#71251C

Color #71251C Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #71251C

Tints of Pueblo #71251C

Color information

#71251C (or 0x71251C) is unknown color: approx Pueblo. HEX triplet: 71, 25 and 1C. RGB value is (113,37,28). Sum of RGB (Red+Green+Blue) = 113+37+28=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #71251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71251C is #8EDAE3. Grayscale: #3A3A3A. Windows color (decimal): -9362148 or 1844593. OLE color: 1844593.

HSL color Cylindrical-coordinate representation of color #71251C: hue angle of 6.35º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71251C is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1133728-
CMYK00.670.750.56
HSL6.35º60.28%27.65%-
HSV(B)6.35º75.22%44.31%-
XYZ7.684.921.64-
YUV58.7110.68166.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 63.48%
GREEN value IS 37 (14.84% from 255) = 20.79%
BLUE value IS 28 (11.33% from 255) = 15.73%
R=63.48%
G=20.79%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113372800.670.750.566.3560.2827.65
Hex71251C0434B3863c1c
Octal161453401031137067434
Binary11100011001011110001000011100101111100011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71251C; }

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

 H1.HeaderClassName
 {
   color: #71251C;
 }
 .AnyTagClassName
 {
   color: #71251C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #71251C;
 }
 .BgClassName
 {
   background-color: #71251C;
 }
</style>
border-color css

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

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

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