Html Css Color HEX #712719 Pueblo

📋 copy color: '#712719'

red 113 ◦ green 39 ◦ blue 25

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

Shades of Pueblo #712719

Tints of Pueblo #712719

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.03%

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

R = 63.84%
G = 22.03%
B = 14.12%

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

#712719 (or 0x712719) is known color: Pueblo. HEX triplet: 71, 27 and 19. RGB value is (113,39,25). Sum of RGB (Red+Green+Blue) = 113+39+25=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #712719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712719 is #8ED8E6. Grayscale: #3B3B3B. Windows color (decimal): -9361639 or 1648497. OLE color: 1648497.

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

Color convert

RGB 113 39 25 -
CMYK 0 0.65 0.78 0.56
HSL 9.55º 0.64% 0.27% -
HSV(B) 9.55º 0.78% 0.44% -
XYZ 7.71 5.03 1.48 -
YUV 59.53 108.52 166.14 -
System Red Green Blue C M Y K H S L
Decimal 113 39 25 0 0.65 0.78 0.56 9.55 0.64 0.27
Hex 71 27 19 0 41 4E 38 A 40 1B
Octal 161 47 31 0 101 116 70 12 100 33
Binary 1110001 100111 11001 0 1000001 1001110 111000 1010 1000000 11011

Color Harmonies of #712719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712719

Black with #712719

Text Example


Text Example

White with #712719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712719; }

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

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

background-color css

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

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

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

border-color css

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

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

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