Html Css Color HEX #722815 Pueblo

📋 copy color: '#722815'

red 114 ◦ green 40 ◦ blue 21

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

Shades of Pueblo #722815

Tints of Pueblo #722815

RGB

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

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

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

R = 65.14%
G = 22.86%
B = 12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#722815 (or 0x722815) is known color: Pueblo. HEX triplet: 72, 28 and 15. RGB value is (114,40,21). Sum of RGB (Red+Green+Blue) = 114+40+21=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #722815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722815 is #8DD7EA. Grayscale: #3C3C3C. Windows color (decimal): -9295851 or 1386610. OLE color: 1386610.

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

Color convert

RGB 114 40 21 -
CMYK 0 0.65 0.82 0.55
HSL 12.26º 0.69% 0.26% -
HSV(B) 12.26º 0.82% 0.45% -
XYZ 7.83 5.15 1.29 -
YUV 59.96 106.02 166.54 -
System Red Green Blue C M Y K H S L
Decimal 114 40 21 0 0.65 0.82 0.55 12.26 0.69 0.26
Hex 72 28 15 0 41 52 37 C 45 1A
Octal 162 50 25 0 101 122 67 14 105 32
Binary 1110010 101000 10101 0 1000001 1010010 110111 1100 1000101 11010

Color Harmonies of #722815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722815

Black with #722815

Text Example


Text Example

White with #722815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722815; }

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

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

background-color css

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

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

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

border-color css

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

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

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