Html Css Color HEX #712C1B Pueblo

📋 copy color: '#712C1B'

red 113 ◦ green 44 ◦ blue 27

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

Shades of Pueblo #712C1B

Tints of Pueblo #712C1B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.91%

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

R = 61.41%
G = 23.91%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#712C1B (or 0x712C1B) is known color: Pueblo. HEX triplet: 71, 2C and 1B. RGB value is (113,44,27). Sum of RGB (Red+Green+Blue) = 113+44+27=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #712C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C1B is #8ED3E4. Grayscale: #3E3E3E. Windows color (decimal): -9360357 or 1780849. OLE color: 1780849.

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

Color convert

RGB 113 44 27 -
CMYK 0 0.61 0.76 0.56
HSL 11.86º 0.61% 0.27% -
HSV(B) 11.86º 0.76% 0.44% -
XYZ 7.91 5.39 1.66 -
YUV 62.69 107.86 163.88 -
System Red Green Blue C M Y K H S L
Decimal 113 44 27 0 0.61 0.76 0.56 11.86 0.61 0.27
Hex 71 2C 1B 0 3D 4C 38 C 3D 1B
Octal 161 54 33 0 75 114 70 14 75 33
Binary 1110001 101100 11011 0 111101 1001100 111000 1100 111101 11011

Color Harmonies of #712C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C1B

Black with #712C1B

Text Example


Text Example

White with #712C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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