Html Css Color HEX #712D1F Pueblo

📋 copy color: '#712D1F'

red 113 ◦ green 45 ◦ blue 31

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

Shades of Pueblo #712D1F

Tints of Pueblo #712D1F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.81%

 BLUE value IS 31 (12.5% from 255) = 16.4%

R = 59.79%
G = 23.81%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#712D1F (or 0x712D1F) is known color: Pueblo. HEX triplet: 71, 2D and 1F. RGB value is (113,45,31). Sum of RGB (Red+Green+Blue) = 113+45+31=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #712D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712D1F is #8ED2E0. Grayscale: #3F3F3F. Windows color (decimal): -9360097 or 2043249. OLE color: 2043249.

HSL color Cylindrical-coordinate representation of color #712D1F: hue angle of 10.24º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #712D1F is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 45 31 -
CMYK 0 0.60 0.73 0.56
HSL 10.24º 0.57% 0.28% -
HSV(B) 10.24º 0.73% 0.44% -
XYZ 8 5.49 1.93 -
YUV 63.74 109.53 163.14 -
System Red Green Blue C M Y K H S L
Decimal 113 45 31 0 0.60 0.73 0.56 10.24 0.57 0.28
Hex 71 2D 1F 0 3C 49 38 A 39 1C
Octal 161 55 37 0 74 111 70 12 71 34
Binary 1110001 101101 11111 0 111100 1001001 111000 1010 111001 11100

Color Harmonies of #712D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712D1F

Black with #712D1F

Text Example


Text Example

White with #712D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712D1F; }

 p { color: rgb(113,45,31); }

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

background-color css

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

 a { background-color: rgb(113,45,31); }

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

border-color css

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

 span { border-color: rgb(113,45,31); }

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