Html Css Color HEX #712411 Pueblo

📋 copy color: '#712411'

red 113 ◦ green 36 ◦ blue 17

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

Shades of Pueblo #712411

Tints of Pueblo #712411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.69%

 BLUE value IS 17 (7.03% from 255) = 10.24%

R = 68.07%
G = 21.69%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#712411 (or 0x712411) is known color: Pueblo. HEX triplet: 71, 24 and 11. RGB value is (113,36,17). Sum of RGB (Red+Green+Blue) = 113+36+17=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #712411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712411 is #8EDBEE. Grayscale: #393939. Windows color (decimal): -9362415 or 1123441. OLE color: 1123441.

HSL color Cylindrical-coordinate representation of color #712411: hue angle of 11.88º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #712411 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 36 17 -
CMYK 0 0.68 0.85 0.56
HSL 11.88º 0.74% 0.25% -
HSV(B) 11.88º 0.85% 0.44% -
XYZ 7.54 4.81 1.06 -
YUV 56.86 105.51 168.04 -
System Red Green Blue C M Y K H S L
Decimal 113 36 17 0 0.68 0.85 0.56 11.88 0.74 0.25
Hex 71 24 11 0 44 55 38 C 4A 19
Octal 161 44 21 0 104 125 70 14 112 31
Binary 1110001 100100 10001 0 1000100 1010101 111000 1100 1001010 11001

Color Harmonies of #712411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712411

Black with #712411

Text Example


Text Example

White with #712411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712411; }

 p { color: rgb(113,36,17); }

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

background-color css

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

 a { background-color: rgb(113,36,17); }

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

border-color css

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

 span { border-color: rgb(113,36,17); }

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