Html Css Color HEX #715050 Buccaneer

📋 copy color: '#715050'

red 113 ◦ green 80 ◦ blue 80

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

Shades of Buccaneer #715050

Tints of Buccaneer #715050

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

 BLUE value IS 80 (31.64% from 255) = 29.3%

R = 41.39%
G = 29.3%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#715050 (or 0x715050) is known color: Buccaneer. HEX triplet: 71, 50 and 50. RGB value is (113,80,80). Sum of RGB (Red+Green+Blue) = 113+80+80=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #715050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715050 is #8EAFAF. Grayscale: #595959. Windows color (decimal): -9351088 or 5263473. OLE color: 5263473.

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

Color convert

RGB 113 80 80 -
CMYK 0 0.29 0.29 0.56
HSL 0.17% 0.38% -
HSV(B) 0.29% 0.44% -
XYZ 11.13 9.83 8.9 -
YUV 89.87 122.43 144.5 -
System Red Green Blue C M Y K H S L
Decimal 113 80 80 0 0.29 0.29 0.56 0 0.17 0.38
Hex 71 50 50 0 1D 1D 38 0 11 26
Octal 161 120 120 0 35 35 70 0 21 46
Binary 1110001 1010000 1010000 0 11101 11101 111000 0 10001 100110

Color Harmonies of #715050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715050

Black with #715050

Text Example


Text Example

White with #715050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715050; }

 p { color: rgb(113,80,80); }

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

background-color css

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

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

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

border-color css

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

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

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