Html Css Color HEX #722419 Pueblo

📋 copy color: '#722419'

red 114 ◦ green 36 ◦ blue 25

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

Shades of Pueblo #722419

Tints of Pueblo #722419

RGB

 RED value IS 114 (44.92% from 255) = 65.14%

 GREEN value IS 36 (14.45% from 255) = 20.57%

 BLUE value IS 25 (10.16% from 255) = 14.29%

R = 65.14%
G = 20.57%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#722419 (or 0x722419) is known color: Pueblo. HEX triplet: 72, 24 and 19. RGB value is (114,36,25). Sum of RGB (Red+Green+Blue) = 114+36+25=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #722419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722419 is #8DDBE6. Grayscale: #3A3A3A. Windows color (decimal): -9296871 or 1647730. OLE color: 1647730.

HSL color Cylindrical-coordinate representation of color #722419: hue angle of 7.42º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #722419 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 36 25 -
CMYK 0 0.68 0.78 0.55
HSL 7.42º 0.64% 0.27% -
HSV(B) 7.42º 0.78% 0.45% -
XYZ 7.75 4.91 1.46 -
YUV 58.07 109.34 167.89 -
System Red Green Blue C M Y K H S L
Decimal 114 36 25 0 0.68 0.78 0.55 7.42 0.64 0.27
Hex 72 24 19 0 44 4E 37 7 40 1B
Octal 162 44 31 0 104 116 67 7 100 33
Binary 1110010 100100 11001 0 1000100 1001110 110111 111 1000000 11011

Color Harmonies of #722419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722419

Black with #722419

Text Example


Text Example

White with #722419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722419; }

 p { color: rgb(114,36,25); }

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

background-color css

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

 a { background-color: rgb(114,36,25); }

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

border-color css

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

 span { border-color: rgb(114,36,25); }

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