Html Css Color HEX #712A1B Pueblo

📋 copy color: '#712A1B'

red 113 ◦ green 42 ◦ blue 27

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

Shades of Pueblo #712A1B

Tints of Pueblo #712A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.84%

R = 62.09%
G = 23.08%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#712A1B (or 0x712A1B) is known color: Pueblo. HEX triplet: 71, 2A and 1B. RGB value is (113,42,27). Sum of RGB (Red+Green+Blue) = 113+42+27=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #712A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A1B is #8ED5E4. Grayscale: #3D3D3D. Windows color (decimal): -9360869 or 1780337. OLE color: 1780337.

HSL color Cylindrical-coordinate representation of color #712A1B: hue angle of 10.47º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #712A1B is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 42 27 -
CMYK 0 0.63 0.76 0.56
HSL 10.47º 0.61% 0.27% -
HSV(B) 10.47º 0.76% 0.44% -
XYZ 7.84 5.25 1.64 -
YUV 61.52 108.52 164.72 -
System Red Green Blue C M Y K H S L
Decimal 113 42 27 0 0.63 0.76 0.56 10.47 0.61 0.27
Hex 71 2A 1B 0 3F 4C 38 A 3D 1B
Octal 161 52 33 0 77 114 70 12 75 33
Binary 1110001 101010 11011 0 111111 1001100 111000 1010 111101 11011

Color Harmonies of #712A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712A1B

Black with #712A1B

Text Example


Text Example

White with #712A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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