Html Css Color HEX #712519 Pueblo

📋 copy color: '#712519'

red 113 ◦ green 37 ◦ blue 25

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

Shades of Pueblo #712519

Tints of Pueblo #712519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.29%

R = 64.57%
G = 21.14%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#712519 (or 0x712519) is known color: Pueblo. HEX triplet: 71, 25 and 19. RGB value is (113,37,25). Sum of RGB (Red+Green+Blue) = 113+37+25=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #712519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712519 is #8EDAE6. Grayscale: #3A3A3A. Windows color (decimal): -9362151 or 1647985. OLE color: 1647985.

HSL color Cylindrical-coordinate representation of color #712519: hue angle of 8.18º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #712519 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 37 25 -
CMYK 0 0.67 0.78 0.56
HSL 8.18º 0.64% 0.27% -
HSV(B) 8.18º 0.78% 0.44% -
XYZ 7.65 4.9 1.46 -
YUV 58.36 109.18 166.98 -
System Red Green Blue C M Y K H S L
Decimal 113 37 25 0 0.67 0.78 0.56 8.18 0.64 0.27
Hex 71 25 19 0 43 4E 38 8 40 1B
Octal 161 45 31 0 103 116 70 10 100 33
Binary 1110001 100101 11001 0 1000011 1001110 111000 1000 1000000 11011

Color Harmonies of #712519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712519

Black with #712519

Text Example


Text Example

White with #712519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712519; }

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

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

background-color css

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

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

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

border-color css

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

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

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