Html Css Color HEX #712710 Pueblo

📋 copy color: '#712710'

red 113 ◦ green 39 ◦ blue 16

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

Shades of Pueblo #712710

Tints of Pueblo #712710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.52%

R = 67.26%
G = 23.21%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#712710 (or 0x712710) is known color: Pueblo. HEX triplet: 71, 27 and 10. RGB value is (113,39,16). Sum of RGB (Red+Green+Blue) = 113+39+16=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #712710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712710 is #8ED8EF. Grayscale: #3A3A3A. Windows color (decimal): -9361648 or 1058673. OLE color: 1058673.

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

Color convert

RGB 113 39 16 -
CMYK 0 0.65 0.86 0.56
HSL 14.23º 0.75% 0.25% -
HSV(B) 14.23º 0.86% 0.44% -
XYZ 7.63 5 1.05 -
YUV 58.5 104.02 166.87 -
System Red Green Blue C M Y K H S L
Decimal 113 39 16 0 0.65 0.86 0.56 14.23 0.75 0.25
Hex 71 27 10 0 41 56 38 E 4B 19
Octal 161 47 20 0 101 126 70 16 113 31
Binary 1110001 100111 10000 0 1000001 1010110 111000 1110 1001011 11001

Color Harmonies of #712710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712710

Black with #712710

Text Example


Text Example

White with #712710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712710; }

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

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

background-color css

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

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

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

border-color css

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

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

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