Html Css Color HEX #712813 Pueblo

📋 copy color: '#712813'

red 113 ◦ green 40 ◦ blue 19

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

Shades of Pueblo #712813

Tints of Pueblo #712813

RGB

 RED value IS 113 (44.53% from 255) = 65.7%

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

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

R = 65.7%
G = 23.26%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#712813 (or 0x712813) is known color: Pueblo. HEX triplet: 71, 28 and 13. RGB value is (113,40,19). Sum of RGB (Red+Green+Blue) = 113+40+19=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #712813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712813 is #8ED7EC. Grayscale: #3B3B3B. Windows color (decimal): -9361389 or 1255537. OLE color: 1255537.

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

Color convert

RGB 113 40 19 -
CMYK 0 0.65 0.83 0.56
HSL 13.4º 0.71% 0.26% -
HSV(B) 13.4º 0.83% 0.44% -
XYZ 7.69 5.08 1.19 -
YUV 59.43 105.18 166.21 -
System Red Green Blue C M Y K H S L
Decimal 113 40 19 0 0.65 0.83 0.56 13.4 0.71 0.26
Hex 71 28 13 0 41 53 38 D 47 1A
Octal 161 50 23 0 101 123 70 15 107 32
Binary 1110001 101000 10011 0 1000001 1010011 111000 1101 1000111 11010

Color Harmonies of #712813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712813

Black with #712813

Text Example


Text Example

White with #712813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712813; }

 p { color: rgb(113,40,19); }

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

background-color css

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

 a { background-color: rgb(113,40,19); }

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

border-color css

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

 span { border-color: rgb(113,40,19); }

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