Html Css Color HEX #741417 Red Berry

📋 copy color: '#741417'

red 116 ◦ green 20 ◦ blue 23

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

Shades of Red Berry #741417

Tints of Red Berry #741417

RGB

 RED value IS 116 (45.7% from 255) = 72.96%

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

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

R = 72.96%
G = 12.58%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#741417 (or 0x741417) is known color: Red Berry. HEX triplet: 74, 14 and 17. RGB value is (116,20,23). Sum of RGB (Red+Green+Blue) = 116+20+23=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #741417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741417 is #8BEBE8. Grayscale: #313131. Windows color (decimal): -9169897 or 1512564. OLE color: 1512564.

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

Color convert

RGB 116 20 23 -
CMYK 0 0.83 0.80 0.55
HSL 358.13º 0.71% 0.27% -
HSV(B) 358.13º 0.83% 0.45% -
XYZ 7.61 4.28 1.23 -
YUV 49.05 113.3 175.76 -
System Red Green Blue C M Y K H S L
Decimal 116 20 23 0 0.83 0.80 0.55 358.13 0.71 0.27
Hex 74 14 17 0 53 50 37 166 47 1B
Octal 164 24 27 0 123 120 67 546 107 33
Binary 1110100 10100 10111 0 1010011 1010000 110111 101100110 1000111 11011

Color Harmonies of #741417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741417

Black with #741417

Text Example


Text Example

White with #741417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741417; }

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

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

background-color css

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

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

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

border-color css

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

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

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