#71442E

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

Shades of Bull Shot #71442E

Tints of Bull Shot #71442E

Color information

#71442E (or 0x71442E) is unknown color: approx Bull Shot. HEX triplet: 71, 44 and 2E. RGB value is (113,68,46). Sum of RGB (Red+Green+Blue) = 113+68+46=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71442E is #8EBBD1. Grayscale: #4F4F4F. Windows color (decimal): -9354194 or 3032177. OLE color: 3032177.

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

Color convert

RGB1136846-
CMYK00.400.590.56
HSL19.7º42.14%31.18%-
HSV(B)19.7º59.29%44.31%-
XYZ9.377.843.6-
YUV78.95109.41152.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.78%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 46 (18.36% from 255) = 20.26%
R=49.78%
G=29.96%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113684600.400.590.5619.742.1431.18
Hex71442E0283B38142a1f
Octal161104560507370245237
Binary1110001100010010111001010001110111110001010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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