Html Css Color HEX #712B1C Pueblo

📋 copy color: '#712B1C'

red 113 ◦ green 43 ◦ blue 28

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

Shades of Pueblo #712B1C

Tints of Pueblo #712B1C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.37%

 BLUE value IS 28 (11.33% from 255) = 15.22%

R = 61.41%
G = 23.37%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#712B1C (or 0x712B1C) is known color: Pueblo. HEX triplet: 71, 2B and 1C. RGB value is (113,43,28). Sum of RGB (Red+Green+Blue) = 113+43+28=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #712B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712B1C is #8ED4E3. Grayscale: #3E3E3E. Windows color (decimal): -9360612 or 1846129. OLE color: 1846129.

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

Color convert

RGB 113 43 28 -
CMYK 0 0.62 0.75 0.56
HSL 10.59º 0.6% 0.28% -
HSV(B) 10.59º 0.75% 0.44% -
XYZ 7.88 5.32 1.71 -
YUV 62.22 108.69 164.22 -
System Red Green Blue C M Y K H S L
Decimal 113 43 28 0 0.62 0.75 0.56 10.59 0.6 0.28
Hex 71 2B 1C 0 3E 4B 38 B 3C 1C
Octal 161 53 34 0 76 113 70 13 74 34
Binary 1110001 101011 11100 0 111110 1001011 111000 1011 111100 11100

Color Harmonies of #712B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712B1C

Black with #712B1C

Text Example


Text Example

White with #712B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,43,28); }

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

background-color css

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

 a { background-color: rgb(113,43,28); }

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

border-color css

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

 span { border-color: rgb(113,43,28); }

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