Html Css Color HEX #712819 Pueblo

📋 copy color: '#712819'

red 113 ◦ green 40 ◦ blue 25

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

Shades of Pueblo #712819

Tints of Pueblo #712819

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.47%

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

R = 63.48%
G = 22.47%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#712819 (or 0x712819) is known color: Pueblo. HEX triplet: 71, 28 and 19. RGB value is (113,40,25). Sum of RGB (Red+Green+Blue) = 113+40+25=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #712819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712819 is #8ED7E6. Grayscale: #3C3C3C. Windows color (decimal): -9361383 or 1648753. OLE color: 1648753.

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

Color convert

RGB 113 40 25 -
CMYK 0 0.65 0.78 0.56
HSL 10.23º 0.64% 0.27% -
HSV(B) 10.23º 0.78% 0.44% -
XYZ 7.74 5.1 1.5 -
YUV 60.12 108.18 165.72 -
System Red Green Blue C M Y K H S L
Decimal 113 40 25 0 0.65 0.78 0.56 10.23 0.64 0.27
Hex 71 28 19 0 41 4E 38 A 40 1B
Octal 161 50 31 0 101 116 70 12 100 33
Binary 1110001 101000 11001 0 1000001 1001110 111000 1010 1000000 11011

Color Harmonies of #712819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712819

Black with #712819

Text Example


Text Example

White with #712819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712819; }

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

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

background-color css

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

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

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

border-color css

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

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

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