Html Css Color HEX #712A1F Pueblo

📋 copy color: '#712A1F'

red 113 ◦ green 42 ◦ blue 31

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

Shades of Pueblo #712A1F

Tints of Pueblo #712A1F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.58%

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

R = 60.75%
G = 22.58%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#712A1F (or 0x712A1F) is known color: Pueblo. HEX triplet: 71, 2A and 1F. RGB value is (113,42,31). Sum of RGB (Red+Green+Blue) = 113+42+31=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #712A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A1F is #8ED5E0. Grayscale: #3E3E3E. Windows color (decimal): -9360865 or 2042481. OLE color: 2042481.

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

Color convert

RGB 113 42 31 -
CMYK 0 0.63 0.73 0.56
HSL 8.05º 0.57% 0.28% -
HSV(B) 8.05º 0.73% 0.44% -
XYZ 7.89 5.27 1.9 -
YUV 61.98 110.52 164.39 -
System Red Green Blue C M Y K H S L
Decimal 113 42 31 0 0.63 0.73 0.56 8.05 0.57 0.28
Hex 71 2A 1F 0 3F 49 38 8 39 1C
Octal 161 52 37 0 77 111 70 10 71 34
Binary 1110001 101010 11111 0 111111 1001001 111000 1000 111001 11100

Color Harmonies of #712A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712A1F

Black with #712A1F

Text Example


Text Example

White with #712A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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