#71442F

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

Shades of Bull Shot #71442F

Tints of Bull Shot #71442F

Color information

#71442F (or 0x71442F) is unknown color: approx Bull Shot. HEX triplet: 71, 44 and 2F. RGB value is (113,68,47). Sum of RGB (Red+Green+Blue) = 113+68+47=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71442F is #8EBBD0. Grayscale: #4F4F4F. Windows color (decimal): -9354193 or 3097713. OLE color: 3097713.

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

Color convert

RGB1136847-
CMYK00.400.580.56
HSL19.09º41.25%31.37%-
HSV(B)19.09º58.41%44.31%-
XYZ9.397.853.71-
YUV79.06109.91152.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 68 (26.95% from 255) = 29.82%
BLUE value IS 47 (18.75% from 255) = 20.61%
R=49.56%
G=29.82%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113684700.400.580.5619.0941.2531.37
Hex71442F0283A3813291f
Octal161104570507270235137
Binary1110001100010010111101010001110101110001001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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