Html Css Color HEX #722715 Pueblo

📋 copy color: '#722715'

red 114 ◦ green 39 ◦ blue 21

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

Shades of Pueblo #722715

Tints of Pueblo #722715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.41%

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

R = 65.52%
G = 22.41%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#722715 (or 0x722715) is known color: Pueblo. HEX triplet: 72, 27 and 15. RGB value is (114,39,21). Sum of RGB (Red+Green+Blue) = 114+39+21=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #722715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722715 is #8DD8EA. Grayscale: #3B3B3B. Windows color (decimal): -9296107 or 1386354. OLE color: 1386354.

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

Color convert

RGB 114 39 21 -
CMYK 0 0.66 0.82 0.55
HSL 11.61º 0.69% 0.26% -
HSV(B) 11.61º 0.82% 0.45% -
XYZ 7.8 5.08 1.28 -
YUV 59.37 106.35 166.96 -
System Red Green Blue C M Y K H S L
Decimal 114 39 21 0 0.66 0.82 0.55 11.61 0.69 0.26
Hex 72 27 15 0 42 52 37 C 45 1A
Octal 162 47 25 0 102 122 67 14 105 32
Binary 1110010 100111 10101 0 1000010 1010010 110111 1100 1000101 11010

Color Harmonies of #722715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722715

Black with #722715

Text Example


Text Example

White with #722715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722715; }

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

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

background-color css

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

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

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

border-color css

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

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

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