#71442A

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

Shades of Bull Shot #71442A

Tints of Bull Shot #71442A

Color information

#71442A (or 0x71442A) is unknown color: approx Bull Shot. HEX triplet: 71, 44 and 2A. RGB value is (113,68,42). Sum of RGB (Red+Green+Blue) = 113+68+42=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71442A is #8EBBD5. Grayscale: #4E4E4E. Windows color (decimal): -9354198 or 2770033. OLE color: 2770033.

HSL color Cylindrical-coordinate representation of color #71442A: hue angle of 21.97º 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 #71442A is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1136842-
CMYK00.400.630.56
HSL21.97º45.81%30.39%-
HSV(B)21.97º62.83%44.31%-
XYZ9.37.813.21-
YUV78.49107.41152.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.67%
GREEN value IS 68 (26.95% from 255) = 30.49%
BLUE value IS 42 (16.80% from 255) = 18.83%
R=50.67%
G=30.49%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113684200.400.630.5621.9745.8130.39
Hex71442A0283F38162e1e
Octal161104520507770265636
Binary1110001100010010101001010001111111110001011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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