Html Css Color HEX #722819 Pueblo

📋 copy color: '#722819'

red 114 ◦ green 40 ◦ blue 25

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

Shades of Pueblo #722819

Tints of Pueblo #722819

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.35%

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

R = 63.69%
G = 22.35%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#722819 (or 0x722819) is known color: Pueblo. HEX triplet: 72, 28 and 19. RGB value is (114,40,25). Sum of RGB (Red+Green+Blue) = 114+40+25=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #722819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722819 is #8DD7E6. Grayscale: #3C3C3C. Windows color (decimal): -9295847 or 1648754. OLE color: 1648754.

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

Color convert

RGB 114 40 25 -
CMYK 0 0.65 0.78 0.55
HSL 10.11º 0.64% 0.27% -
HSV(B) 10.11º 0.78% 0.45% -
XYZ 7.87 5.17 1.5 -
YUV 60.42 108.02 166.22 -
System Red Green Blue C M Y K H S L
Decimal 114 40 25 0 0.65 0.78 0.55 10.11 0.64 0.27
Hex 72 28 19 0 41 4E 37 A 40 1B
Octal 162 50 31 0 101 116 67 12 100 33
Binary 1110010 101000 11001 0 1000001 1001110 110111 1010 1000000 11011

Color Harmonies of #722819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722819

Black with #722819

Text Example


Text Example

White with #722819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722819; }

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

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

background-color css

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

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

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

border-color css

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

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

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