Html Css Color HEX #741718 Red Berry

📋 copy color: '#741718'

red 116 ◦ green 23 ◦ blue 24

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

Shades of Red Berry #741718

Tints of Red Berry #741718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.11%

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

R = 71.17%
G = 14.11%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#741718 (or 0x741718) is known color: Red Berry. HEX triplet: 74, 17 and 18. RGB value is (116,23,24). Sum of RGB (Red+Green+Blue) = 116+23+24=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #741718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741718 is #8BE8E7. Grayscale: #333333. Windows color (decimal): -9169128 or 1578868. OLE color: 1578868.

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

Color convert

RGB 116 23 24 -
CMYK 0 0.80 0.79 0.55
HSL 359.35º 0.67% 0.27% -
HSV(B) 359.35º 0.8% 0.45% -
XYZ 7.67 4.39 1.31 -
YUV 50.92 112.81 174.42 -
System Red Green Blue C M Y K H S L
Decimal 116 23 24 0 0.80 0.79 0.55 359.35 0.67 0.27
Hex 74 17 18 0 50 4F 37 167 43 1B
Octal 164 27 30 0 120 117 67 547 103 33
Binary 1110100 10111 11000 0 1010000 1001111 110111 101100111 1000011 11011

Color Harmonies of #741718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741718

Black with #741718

Text Example


Text Example

White with #741718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741718; }

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

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

background-color css

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

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

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

border-color css

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

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

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