Html Css Color HEX #742124 Red Berry

📋 copy color: '#742124'

red 116 ◦ green 33 ◦ blue 36

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

Shades of Red Berry #742124

Tints of Red Berry #742124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.84%

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

R = 62.7%
G = 17.84%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#742124 (or 0x742124) is known color: Red Berry. HEX triplet: 74, 21 and 24. RGB value is (116,33,36). Sum of RGB (Red+Green+Blue) = 116+33+36=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #742124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742124 is #8BDEDB. Grayscale: #3A3A3A. Windows color (decimal): -9166556 or 2367860. OLE color: 2367860.

HSL color Cylindrical-coordinate representation of color #742124: hue angle of 357.83º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742124 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 33 36 -
CMYK 0 0.72 0.69 0.55
HSL 357.83º 0.56% 0.29% -
HSV(B) 357.83º 0.72% 0.45% -
XYZ 8.06 4.93 2.2 -
YUV 58.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 116 33 36 0 0.72 0.69 0.55 357.83 0.56 0.29
Hex 74 21 24 0 48 45 37 166 38 1D
Octal 164 41 44 0 110 105 67 546 70 35
Binary 1110100 100001 100100 0 1001000 1000101 110111 101100110 111000 11101

Color Harmonies of #742124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742124

Black with #742124

Text Example


Text Example

White with #742124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742124; }

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

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

background-color css

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

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

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

border-color css

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

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

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