Html Css Color HEX #712910 Pueblo

📋 copy color: '#712910'

red 113 ◦ green 41 ◦ blue 16

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

Shades of Pueblo #712910

Tints of Pueblo #712910

RGB

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

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

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

R = 66.47%
G = 24.12%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#712910 (or 0x712910) is known color: Pueblo. HEX triplet: 71, 29 and 10. RGB value is (113,41,16). Sum of RGB (Red+Green+Blue) = 113+41+16=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #712910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712910 is #8ED6EF. Grayscale: #3B3B3B. Windows color (decimal): -9361136 or 1059185. OLE color: 1059185.

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

Color convert

RGB 113 41 16 -
CMYK 0 0.64 0.86 0.56
HSL 15.46º 0.75% 0.25% -
HSV(B) 15.46º 0.86% 0.44% -
XYZ 7.7 5.13 1.08 -
YUV 59.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 113 41 16 0 0.64 0.86 0.56 15.46 0.75 0.25
Hex 71 29 10 0 40 56 38 F 4B 19
Octal 161 51 20 0 100 126 70 17 113 31
Binary 1110001 101001 10000 0 1000000 1010110 111000 1111 1001011 11001

Color Harmonies of #712910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712910

Black with #712910

Text Example


Text Example

White with #712910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712910; }

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

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

background-color css

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

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

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

border-color css

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

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

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