Html Css Color HEX #761318 Red Berry

📋 copy color: '#761318'

red 118 ◦ green 19 ◦ blue 24

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

Shades of Red Berry #761318

Tints of Red Berry #761318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.8%

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

R = 73.29%
G = 11.8%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#761318 (or 0x761318) is known color: Red Berry. HEX triplet: 76, 13 and 18. RGB value is (118,19,24). Sum of RGB (Red+Green+Blue) = 118+19+24=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #761318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761318 is #89ECE7. Grayscale: #313131. Windows color (decimal): -9039080 or 1577846. OLE color: 1577846.

HSL color Cylindrical-coordinate representation of color #761318: hue angle of 356.97º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761318 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 19 24 -
CMYK 0 0.84 0.80 0.54
HSL 356.97º 0.72% 0.27% -
HSV(B) 356.97º 0.84% 0.46% -
XYZ 7.87 4.38 1.3 -
YUV 49.17 113.8 177.09 -
System Red Green Blue C M Y K H S L
Decimal 118 19 24 0 0.84 0.80 0.54 356.97 0.72 0.27
Hex 76 13 18 0 54 50 36 165 48 1B
Octal 166 23 30 0 124 120 66 545 110 33
Binary 1110110 10011 11000 0 1010100 1010000 110110 101100101 1001000 11011

Color Harmonies of #761318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761318

Black with #761318

Text Example


Text Example

White with #761318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761318; }

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

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

background-color css

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

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

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

border-color css

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

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

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