Html Css Color HEX #742227 Red Berry

📋 copy color: '#742227'

red 116 ◦ green 34 ◦ blue 39

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

Shades of Red Berry #742227

Tints of Red Berry #742227

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.99%

 BLUE value IS 39 (15.63% from 255) = 20.63%

R = 61.38%
G = 17.99%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#742227 (or 0x742227) is known color: Red Berry. HEX triplet: 74, 22 and 27. RGB value is (116,34,39). Sum of RGB (Red+Green+Blue) = 116+34+39=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #742227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742227 is #8BDDD8. Grayscale: #3B3B3B. Windows color (decimal): -9166297 or 2564724. OLE color: 2564724.

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

Color convert

RGB 116 34 39 -
CMYK 0 0.71 0.66 0.55
HSL 356.34º 0.55% 0.29% -
HSV(B) 356.34º 0.71% 0.45% -
XYZ 8.14 5 2.46 -
YUV 59.09 116.67 168.59 -
System Red Green Blue C M Y K H S L
Decimal 116 34 39 0 0.71 0.66 0.55 356.34 0.55 0.29
Hex 74 22 27 0 47 42 37 164 37 1D
Octal 164 42 47 0 107 102 67 544 67 35
Binary 1110100 100010 100111 0 1000111 1000010 110111 101100100 110111 11101

Color Harmonies of #742227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742227

Black with #742227

Text Example


Text Example

White with #742227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742227; }

 p { color: rgb(116,34,39); }

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

background-color css

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

 a { background-color: rgb(116,34,39); }

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

border-color css

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

 span { border-color: rgb(116,34,39); }

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