Html Css Color HEX #760F18 Red Berry

📋 copy color: '#760F18'

red 118 ◦ green 15 ◦ blue 24

#760F18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #760F18

Tints of Red Berry #760F18

RGB

 RED value IS 118 (46.48% from 255) = 75.16%

 GREEN value IS 15 (6.25% from 255) = 9.55%

 BLUE value IS 24 (9.77% from 255) = 15.29%

R = 75.16%
G = 9.55%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#760F18 (or 0x760F18) is known color: Red Berry. HEX triplet: 76, 0F and 18. RGB value is (118,15,24). Sum of RGB (Red+Green+Blue) = 118+15+24=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #760F18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760F18 is #89F0E7. Grayscale: #2E2E2E. Windows color (decimal): -9040104 or 1576822. OLE color: 1576822.

HSL color Cylindrical-coordinate representation of color #760F18: hue angle of 354.76º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #760F18 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 15 24 -
CMYK 0 0.87 0.80 0.54
HSL 354.76º 0.77% 0.26% -
HSV(B) 354.76º 0.87% 0.46% -
XYZ 7.81 4.26 1.27 -
YUV 46.82 115.12 178.77 -
System Red Green Blue C M Y K H S L
Decimal 118 15 24 0 0.87 0.80 0.54 354.76 0.77 0.26
Hex 76 F 18 0 57 50 36 163 4D 1A
Octal 166 17 30 0 127 120 66 543 115 32
Binary 1110110 1111 11000 0 1010111 1010000 110110 101100011 1001101 11010

Color Harmonies of #760F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760F18

Black with #760F18

Text Example


Text Example

White with #760F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760F18; }

 p { color: rgb(118,15,24); }

 H1.HeaderClassName
 {
   color: #760F18;
 }
 .AnyTagClassName
 {
   color: #760F18;
 }
</style>

background-color css

<style>
 a { background-color: #760F18; }

 a { background-color: rgb(118,15,24); }

 div.DivClassName
 {
   background-color: #760F18;
 }
 .BgClassName
 {
   background-color: #760F18;
 }
</style>

border-color css

<style>
 span { border-color: #760F18; }

 span { border-color: rgb(118,15,24); }

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