Html Css Color HEX #712913 Pueblo

📋 copy color: '#712913'

red 113 ◦ green 41 ◦ blue 19

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

Shades of Pueblo #712913

Tints of Pueblo #712913

RGB

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

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

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

R = 65.32%
G = 23.7%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#712913 (or 0x712913) is known color: Pueblo. HEX triplet: 71, 29 and 13. RGB value is (113,41,19). Sum of RGB (Red+Green+Blue) = 113+41+19=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #712913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712913 is #8ED6EC. Grayscale: #3C3C3C. Windows color (decimal): -9361133 or 1255793. OLE color: 1255793.

HSL color Cylindrical-coordinate representation of color #712913: hue angle of 14.04º 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 #712913 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 41 19 -
CMYK 0 0.64 0.83 0.56
HSL 14.04º 0.71% 0.26% -
HSV(B) 14.04º 0.83% 0.44% -
XYZ 7.72 5.14 1.2 -
YUV 60.02 104.85 165.79 -
System Red Green Blue C M Y K H S L
Decimal 113 41 19 0 0.64 0.83 0.56 14.04 0.71 0.26
Hex 71 29 13 0 40 53 38 E 47 1A
Octal 161 51 23 0 100 123 70 16 107 32
Binary 1110001 101001 10011 0 1000000 1010011 111000 1110 1000111 11010

Color Harmonies of #712913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712913

Black with #712913

Text Example


Text Example

White with #712913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712913; }

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

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

background-color css

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

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

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

border-color css

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

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

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