#71442C

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

Shades of Bull Shot #71442C

Tints of Bull Shot #71442C

Color information

#71442C (or 0x71442C) is unknown color: approx Bull Shot. HEX triplet: 71, 44 and 2C. RGB value is (113,68,44). Sum of RGB (Red+Green+Blue) = 113+68+44=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71442C is #8EBBD3. Grayscale: #4E4E4E. Windows color (decimal): -9354196 or 2901105. OLE color: 2901105.

HSL color Cylindrical-coordinate representation of color #71442C: hue angle of 20.87º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71442C is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1136844-
CMYK00.400.610.56
HSL20.87º43.95%30.78%-
HSV(B)20.87º61.06%44.31%-
XYZ9.337.833.4-
YUV78.72108.41152.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.22%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 44 (17.58% from 255) = 19.56%
R=50.22%
G=30.22%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113684400.400.610.5620.8743.9530.78
Hex71442C0283D38152c1f
Octal161104540507570255437
Binary1110001100010010110001010001111011110001010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,68,44); }

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

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

 a { background-color: rgb(113,68,44); }

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

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

 span { border-color: rgb(113,68,44); }

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