Html Css Color HEX #741218 Red Berry

📋 copy color: '#741218'

red 116 ◦ green 18 ◦ blue 24

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

Shades of Red Berry #741218

Tints of Red Berry #741218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.39%

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

R = 73.42%
G = 11.39%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#741218 (or 0x741218) is known color: Red Berry. HEX triplet: 74, 12 and 18. RGB value is (116,18,24). Sum of RGB (Red+Green+Blue) = 116+18+24=158 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.42% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 116 - color contains mainly: red. Hex color #741218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741218 is #8BEDE7. Grayscale: #303030. Windows color (decimal): -9170408 or 1577588. OLE color: 1577588.

HSL color Cylindrical-coordinate representation of color #741218: hue angle of 356.33º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741218 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 18 24 -
CMYK 0 0.84 0.79 0.55
HSL 356.33º 0.73% 0.26% -
HSV(B) 356.33º 0.84% 0.45% -
XYZ 7.58 4.21 1.28 -
YUV 47.99 114.47 176.51 -
System Red Green Blue C M Y K H S L
Decimal 116 18 24 0 0.84 0.79 0.55 356.33 0.73 0.26
Hex 74 12 18 0 54 4F 37 164 49 1A
Octal 164 22 30 0 124 117 67 544 111 32
Binary 1110100 10010 11000 0 1010100 1001111 110111 101100100 1001001 11010

Color Harmonies of #741218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741218

Black with #741218

Text Example


Text Example

White with #741218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741218; }

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

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

background-color css

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

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

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

border-color css

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

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

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