Html Css Color HEX #712F1F Pueblo

📋 copy color: '#712F1F'

red 113 ◦ green 47 ◦ blue 31

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

Shades of Pueblo #712F1F

Tints of Pueblo #712F1F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.61%

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

R = 59.16%
G = 24.61%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#712F1F (or 0x712F1F) is known color: Pueblo. HEX triplet: 71, 2F and 1F. RGB value is (113,47,31). Sum of RGB (Red+Green+Blue) = 113+47+31=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #712F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712F1F is #8ED0E0. Grayscale: #414141. Windows color (decimal): -9359585 or 2043761. OLE color: 2043761.

HSL color Cylindrical-coordinate representation of color #712F1F: hue angle of 11.71º 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 #712F1F is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 47 31 -
CMYK 0 0.58 0.73 0.56
HSL 11.71º 0.57% 0.28% -
HSV(B) 11.71º 0.73% 0.44% -
XYZ 8.07 5.64 1.96 -
YUV 64.91 108.87 162.3 -
System Red Green Blue C M Y K H S L
Decimal 113 47 31 0 0.58 0.73 0.56 11.71 0.57 0.28
Hex 71 2F 1F 0 3A 49 38 C 39 1C
Octal 161 57 37 0 72 111 70 14 71 34
Binary 1110001 101111 11111 0 111010 1001001 111000 1100 111001 11100

Color Harmonies of #712F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F1F

Black with #712F1F

Text Example


Text Example

White with #712F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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