Html Css Color HEX #712619 Pueblo

📋 copy color: '#712619'

red 113 ◦ green 38 ◦ blue 25

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

Shades of Pueblo #712619

Tints of Pueblo #712619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.59%

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

R = 64.2%
G = 21.59%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#712619 (or 0x712619) is known color: Pueblo. HEX triplet: 71, 26 and 19. RGB value is (113,38,25). Sum of RGB (Red+Green+Blue) = 113+38+25=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #712619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712619 is #8ED9E6. Grayscale: #3B3B3B. Windows color (decimal): -9361895 or 1648241. OLE color: 1648241.

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

Color convert

RGB 113 38 25 -
CMYK 0 0.66 0.78 0.56
HSL 8.86º 0.64% 0.27% -
HSV(B) 8.86º 0.78% 0.44% -
XYZ 7.68 4.97 1.47 -
YUV 58.94 108.85 166.56 -
System Red Green Blue C M Y K H S L
Decimal 113 38 25 0 0.66 0.78 0.56 8.86 0.64 0.27
Hex 71 26 19 0 42 4E 38 9 40 1B
Octal 161 46 31 0 102 116 70 11 100 33
Binary 1110001 100110 11001 0 1000010 1001110 111000 1001 1000000 11011

Color Harmonies of #712619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712619

Black with #712619

Text Example


Text Example

White with #712619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712619; }

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

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

background-color css

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

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

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

border-color css

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

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

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