#751D27

Color #751D27 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #751D27

Tints of Red Berry #751D27

Color information

#751D27 (or 0x751D27) is unknown color: approx Red Berry. HEX triplet: 75, 1D and 27. RGB value is (117,29,39). Sum of RGB (Red+Green+Blue) = 117+29+39=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #751D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D27 is #8AE2D8. Grayscale: #383838. Windows color (decimal): -9102041 or 2563445. OLE color: 2563445.

HSL color Cylindrical-coordinate representation of color #751D27: hue angle of 353.18º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #751D27 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB1172939-
CMYK00.750.670.54
HSL353.18º60.27%28.63%-
HSV(B)353.18º75.21%45.88%-
XYZ8.144.812.42-
YUV56.45118.15171.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 63.24%
GREEN value IS 29 (11.72% from 255) = 15.68%
BLUE value IS 39 (15.62% from 255) = 21.08%
R=63.24%
G=15.68%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117293900.750.670.54353.1860.2728.63
Hex751D2704B43361613c1d
Octal16535470113103665417435
Binary11101011110110011101001011100001111011010110000111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751D27; }

 p { color: rgb(117,29,39); }

 H1.HeaderClassName
 {
   color: #751D27;
 }
 .AnyTagClassName
 {
   color: #751D27;
 }
</style>
background-color css

<style>
 a { background-color: #751D27; }

 a { background-color: rgb(117,29,39); }

 div.DivClassName
 {
   background-color: #751D27;
 }
 .BgClassName
 {
   background-color: #751D27;
 }
</style>
border-color css

<style>
 span { border-color: #751D27; }

 span { border-color: rgb(117,29,39); }

 td.TdClassName
 {
   border-color: #751D27;
 }
 .TagClassName
 {
   border-color: #751D27;
 }
</style>