Html Css Color HEX #761417 Red Berry

📋 copy color: '#761417'

red 118 ◦ green 20 ◦ blue 23

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

Shades of Red Berry #761417

Tints of Red Berry #761417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.29%

R = 73.29%
G = 12.42%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#761417 (or 0x761417) is known color: Red Berry. HEX triplet: 76, 14 and 17. RGB value is (118,20,23). Sum of RGB (Red+Green+Blue) = 118+20+23=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #761417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761417 is #89EBE8. Grayscale: #313131. Windows color (decimal): -9038825 or 1512566. OLE color: 1512566.

HSL color Cylindrical-coordinate representation of color #761417: hue angle of 358.16º 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 #761417 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 20 23 -
CMYK 0 0.83 0.81 0.54
HSL 358.16º 0.71% 0.27% -
HSV(B) 358.16º 0.83% 0.46% -
XYZ 7.88 4.41 1.25 -
YUV 49.64 112.97 176.76 -
System Red Green Blue C M Y K H S L
Decimal 118 20 23 0 0.83 0.81 0.54 358.16 0.71 0.27
Hex 76 14 17 0 53 51 36 166 47 1B
Octal 166 24 27 0 123 121 66 546 107 33
Binary 1110110 10100 10111 0 1010011 1010001 110110 101100110 1000111 11011

Color Harmonies of #761417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761417

Black with #761417

Text Example


Text Example

White with #761417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761417; }

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

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

background-color css

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

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

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

border-color css

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

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

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