Html Css Color HEX #712713 Pueblo

📋 copy color: '#712713'

red 113 ◦ green 39 ◦ blue 19

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

Shades of Pueblo #712713

Tints of Pueblo #712713

RGB

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

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

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

R = 66.08%
G = 22.81%
B = 11.11%

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

#712713 (or 0x712713) is known color: Pueblo. HEX triplet: 71, 27 and 13. RGB value is (113,39,19). Sum of RGB (Red+Green+Blue) = 113+39+19=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #712713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712713 is #8ED8EC. Grayscale: #3B3B3B. Windows color (decimal): -9361645 or 1255281. OLE color: 1255281.

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

Color convert

RGB 113 39 19 -
CMYK 0 0.65 0.83 0.56
HSL 12.77º 0.71% 0.26% -
HSV(B) 12.77º 0.83% 0.44% -
XYZ 7.65 5.01 1.18 -
YUV 58.85 105.52 166.63 -
System Red Green Blue C M Y K H S L
Decimal 113 39 19 0 0.65 0.83 0.56 12.77 0.71 0.26
Hex 71 27 13 0 41 53 38 D 47 1A
Octal 161 47 23 0 101 123 70 15 107 32
Binary 1110001 100111 10011 0 1000001 1010011 111000 1101 1000111 11010

Color Harmonies of #712713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712713

Black with #712713

Text Example


Text Example

White with #712713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712713; }

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

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

background-color css

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

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

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

border-color css

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

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

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