Html Css Color HEX #741424 Red Berry

📋 copy color: '#741424'

red 116 ◦ green 20 ◦ blue 36

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

Shades of Red Berry #741424

Tints of Red Berry #741424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.93%

R = 67.44%
G = 11.63%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#741424 (or 0x741424) is known color: Red Berry. HEX triplet: 74, 14 and 24. RGB value is (116,20,36). Sum of RGB (Red+Green+Blue) = 116+20+36=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #741424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741424 is #8BEBDB. Grayscale: #323232. Windows color (decimal): -9169884 or 2364532. OLE color: 2364532.

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

Color convert

RGB 116 20 36 -
CMYK 0 0.83 0.69 0.55
HSL 350º 0.71% 0.27% -
HSV(B) 350º 0.83% 0.45% -
XYZ 7.77 4.34 2.1 -
YUV 50.53 119.8 174.7 -
System Red Green Blue C M Y K H S L
Decimal 116 20 36 0 0.83 0.69 0.55 350 0.71 0.27
Hex 74 14 24 0 53 45 37 15E 47 1B
Octal 164 24 44 0 123 105 67 536 107 33
Binary 1110100 10100 100100 0 1010011 1000101 110111 101011110 1000111 11011

Color Harmonies of #741424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741424

Black with #741424

Text Example


Text Example

White with #741424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741424; }

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

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

background-color css

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

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

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

border-color css

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

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

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