Html Css Color HEX #712515 Pueblo

📋 copy color: '#712515'

red 113 ◦ green 37 ◦ blue 21

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

Shades of Pueblo #712515

Tints of Pueblo #712515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.64%

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

R = 66.08%
G = 21.64%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#712515 (or 0x712515) is known color: Pueblo. HEX triplet: 71, 25 and 15. RGB value is (113,37,21). Sum of RGB (Red+Green+Blue) = 113+37+21=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #712515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712515 is #8EDAEA. Grayscale: #3A3A3A. Windows color (decimal): -9362155 or 1385841. OLE color: 1385841.

HSL color Cylindrical-coordinate representation of color #712515: hue angle of 10.43º 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 #712515 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 37 21 -
CMYK 0 0.67 0.81 0.56
HSL 10.43º 0.69% 0.26% -
HSV(B) 10.43º 0.81% 0.44% -
XYZ 7.61 4.89 1.25 -
YUV 57.9 107.18 167.3 -
System Red Green Blue C M Y K H S L
Decimal 113 37 21 0 0.67 0.81 0.56 10.43 0.69 0.26
Hex 71 25 15 0 43 51 38 A 45 1A
Octal 161 45 25 0 103 121 70 12 105 32
Binary 1110001 100101 10101 0 1000011 1010001 111000 1010 1000101 11010

Color Harmonies of #712515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712515

Black with #712515

Text Example


Text Example

White with #712515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712515; }

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

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

background-color css

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

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

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

border-color css

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

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

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