Html Css Color HEX #761418 Red Berry

📋 copy color: '#761418'

red 118 ◦ green 20 ◦ blue 24

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

Shades of Red Berry #761418

Tints of Red Berry #761418

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.35%

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

R = 72.84%
G = 12.35%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#761418 (or 0x761418) is known color: Red Berry. HEX triplet: 76, 14 and 18. RGB value is (118,20,24). Sum of RGB (Red+Green+Blue) = 118+20+24=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #761418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761418 is #89EBE7. Grayscale: #313131. Windows color (decimal): -9038824 or 1578102. OLE color: 1578102.

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

Color convert

RGB 118 20 24 -
CMYK 0 0.83 0.80 0.54
HSL 357.55º 0.71% 0.27% -
HSV(B) 357.55º 0.83% 0.46% -
XYZ 7.89 4.42 1.3 -
YUV 49.76 113.47 176.67 -
System Red Green Blue C M Y K H S L
Decimal 118 20 24 0 0.83 0.80 0.54 357.55 0.71 0.27
Hex 76 14 18 0 53 50 36 166 47 1B
Octal 166 24 30 0 123 120 66 546 107 33
Binary 1110110 10100 11000 0 1010011 1010000 110110 101100110 1000111 11011

Color Harmonies of #761418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761418

Black with #761418

Text Example


Text Example

White with #761418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761418; }

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

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

background-color css

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

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

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

border-color css

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

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

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