Html Css Color HEX #722415 Pueblo

📋 copy color: '#722415'

red 114 ◦ green 36 ◦ blue 21

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

Shades of Pueblo #722415

Tints of Pueblo #722415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.28%

R = 66.67%
G = 21.05%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#722415 (or 0x722415) is known color: Pueblo. HEX triplet: 72, 24 and 15. RGB value is (114,36,21). Sum of RGB (Red+Green+Blue) = 114+36+21=171 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.67% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 114 - color contains mainly: red. Hex color #722415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722415 is #8DDBEA. Grayscale: #393939. Windows color (decimal): -9296875 or 1385586. OLE color: 1385586.

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

Color convert

RGB 114 36 21 -
CMYK 0 0.68 0.82 0.55
HSL 9.68º 0.69% 0.26% -
HSV(B) 9.68º 0.82% 0.45% -
XYZ 7.71 4.89 1.25 -
YUV 57.61 107.34 168.22 -
System Red Green Blue C M Y K H S L
Decimal 114 36 21 0 0.68 0.82 0.55 9.68 0.69 0.26
Hex 72 24 15 0 44 52 37 A 45 1A
Octal 162 44 25 0 104 122 67 12 105 32
Binary 1110010 100100 10101 0 1000100 1010010 110111 1010 1000101 11010

Color Harmonies of #722415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722415

Black with #722415

Text Example


Text Example

White with #722415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722415; }

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

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

background-color css

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

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

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

border-color css

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

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

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