#74251C

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

Shades of Pueblo #74251C

Tints of Pueblo #74251C

Color information

#74251C (or 0x74251C) is unknown color: approx Pueblo. HEX triplet: 74, 25 and 1C. RGB value is (116,37,28). Sum of RGB (Red+Green+Blue) = 116+37+28=181 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.09% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 116 - color contains mainly: red. Hex color #74251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74251C is #8BDAE3. Grayscale: #3B3B3B. Windows color (decimal): -9165540 or 1844596. OLE color: 1844596.

HSL color Cylindrical-coordinate representation of color #74251C: hue angle of 6.14º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74251C is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB1163728-
CMYK00.680.760.55
HSL6.14º61.11%28.24%-
HSV(B)6.14º75.86%45.49%-
XYZ8.075.121.66-
YUV59.59110.17168.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 64.09%
GREEN value IS 37 (14.84% from 255) = 20.44%
BLUE value IS 28 (11.33% from 255) = 15.47%
R=64.09%
G=20.44%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116372800.680.760.556.1461.1128.24
Hex74251C0444C3763d1c
Octal164453401041146767534
Binary11101001001011110001000100100110011011111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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