Html Css Color HEX #722913 Pueblo

📋 copy color: '#722913'

red 114 ◦ green 41 ◦ blue 19

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

Shades of Pueblo #722913

Tints of Pueblo #722913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.56%

 BLUE value IS 19 (7.81% from 255) = 10.92%

R = 65.52%
G = 23.56%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#722913 (or 0x722913) is known color: Pueblo. HEX triplet: 72, 29 and 13. RGB value is (114,41,19). Sum of RGB (Red+Green+Blue) = 114+41+19=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #722913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722913 is #8DD6EC. Grayscale: #3C3C3C. Windows color (decimal): -9295597 or 1255794. OLE color: 1255794.

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

Color convert

RGB 114 41 19 -
CMYK 0 0.64 0.83 0.55
HSL 13.89º 0.71% 0.26% -
HSV(B) 13.89º 0.83% 0.45% -
XYZ 7.85 5.21 1.21 -
YUV 60.32 104.68 166.29 -
System Red Green Blue C M Y K H S L
Decimal 114 41 19 0 0.64 0.83 0.55 13.89 0.71 0.26
Hex 72 29 13 0 40 53 37 E 47 1A
Octal 162 51 23 0 100 123 67 16 107 32
Binary 1110010 101001 10011 0 1000000 1010011 110111 1110 1000111 11010

Color Harmonies of #722913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722913

Black with #722913

Text Example


Text Example

White with #722913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722913; }

 p { color: rgb(114,41,19); }

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

background-color css

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

 a { background-color: rgb(114,41,19); }

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

border-color css

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

 span { border-color: rgb(114,41,19); }

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