Html Css Color HEX #712A15 Pueblo

📋 copy color: '#712A15'

red 113 ◦ green 42 ◦ blue 21

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

Shades of Pueblo #712A15

Tints of Pueblo #712A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.93%

R = 64.2%
G = 23.86%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#712A15 (or 0x712A15) is known color: Pueblo. HEX triplet: 71, 2A and 15. RGB value is (113,42,21). Sum of RGB (Red+Green+Blue) = 113+42+21=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #712A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712A15 is #8ED5EA. Grayscale: #3C3C3C. Windows color (decimal): -9360875 or 1387121. OLE color: 1387121.

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

Color convert

RGB 113 42 21 -
CMYK 0 0.63 0.81 0.56
HSL 13.7º 0.69% 0.26% -
HSV(B) 13.7º 0.81% 0.44% -
XYZ 7.77 5.22 1.31 -
YUV 60.84 105.52 165.21 -
System Red Green Blue C M Y K H S L
Decimal 113 42 21 0 0.63 0.81 0.56 13.7 0.69 0.26
Hex 71 2A 15 0 3F 51 38 E 45 1A
Octal 161 52 25 0 77 121 70 16 105 32
Binary 1110001 101010 10101 0 111111 1010001 111000 1110 1000101 11010

Color Harmonies of #712A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712A15

Black with #712A15

Text Example


Text Example

White with #712A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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