Html Css Color HEX #714029 Bull Shot

📋 copy color: '#714029'

red 113 ◦ green 64 ◦ blue 41

#714029
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bull Shot #714029

Tints of Bull Shot #714029

RGB

 RED value IS 113 (44.53% from 255) = 51.83%

 GREEN value IS 64 (25.39% from 255) = 29.36%

 BLUE value IS 41 (16.41% from 255) = 18.81%

R = 51.83%
G = 29.36%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#714029 (or 0x714029) is known color: Bull Shot. HEX triplet: 71, 40 and 29. RGB value is (113,64,41). Sum of RGB (Red+Green+Blue) = 113+64+41=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #714029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714029 is #8EBFD6. Grayscale: #4C4C4C. Windows color (decimal): -9355223 or 2703473. OLE color: 2703473.

HSL color Cylindrical-coordinate representation of color #714029: hue angle of 19.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #714029 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 64 41 -
CMYK 0 0.43 0.64 0.56
HSL 19.17º 0.47% 0.3% -
HSV(B) 19.17º 0.64% 0.44% -
XYZ 9.04 7.34 3.04 -
YUV 76.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 113 64 41 0 0.43 0.64 0.56 19.17 0.47 0.3
Hex 71 40 29 0 2B 40 38 13 2F 1E
Octal 161 100 51 0 53 100 70 23 57 36
Binary 1110001 1000000 101001 0 101011 1000000 111000 10011 101111 11110

Color Harmonies of #714029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714029

Black with #714029

Text Example


Text Example

White with #714029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714029; }

 p { color: rgb(113,64,41); }

 H1.HeaderClassName
 {
   color: #714029;
 }
 .AnyTagClassName
 {
   color: #714029;
 }
</style>

background-color css

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

 a { background-color: rgb(113,64,41); }

 div.DivClassName
 {
   background-color: #714029;
 }
 .BgClassName
 {
   background-color: #714029;
 }
</style>

border-color css

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

 span { border-color: rgb(113,64,41); }

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