#71422A

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

Shades of Bull Shot #71422A

Tints of Bull Shot #71422A

Color information

#71422A (or 0x71422A) is unknown color: approx Bull Shot. HEX triplet: 71, 42 and 2A. RGB value is (113,66,42). Sum of RGB (Red+Green+Blue) = 113+66+42=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #71422A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71422A is #8EBDD5. Grayscale: #4D4D4D. Windows color (decimal): -9354710 or 2769521. OLE color: 2769521.

HSL color Cylindrical-coordinate representation of color #71422A: hue angle of 20.28º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71422A is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1136642-
CMYK00.420.630.56
HSL20.28º45.81%30.39%-
HSV(B)20.28º62.83%44.31%-
XYZ9.187.573.17-
YUV77.32108.07153.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.13%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 42 (16.80% from 255) = 19.00%
R=51.13%
G=29.86%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113664200.420.630.5620.2845.8130.39
Hex71422A02A3F38142e1e
Octal161102520527770245636
Binary1110001100001010101001010101111111110001010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71422A; }

 p { color: rgb(113,66,42); }

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

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

 a { background-color: rgb(113,66,42); }

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

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

 span { border-color: rgb(113,66,42); }

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