Html Css Color HEX #513742 Barossa

📋 copy color: '#513742'

red 81 ◦ green 55 ◦ blue 66

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

Shades of Barossa #513742

Tints of Barossa #513742

RGB

 RED value IS 81 (32.03% from 255) = 40.1%

 GREEN value IS 55 (21.88% from 255) = 27.23%

 BLUE value IS 66 (26.17% from 255) = 32.67%

R = 40.1%
G = 27.23%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#513742 (or 0x513742) is known color: Barossa. HEX triplet: 51, 37 and 42. RGB value is (81,55,66). Sum of RGB (Red+Green+Blue) = 81+55+66=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #513742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513742 is #AEC8BD. Grayscale: #404040. Windows color (decimal): -11454654 or 4339537. OLE color: 4339537.

HSL color Cylindrical-coordinate representation of color #513742: hue angle of 334.62º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #513742 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 55 66 -
CMYK 0 0.32 0.19 0.68
HSL 334.62º 0.19% 0.27% -
HSV(B) 334.62º 0.32% 0.32% -
XYZ 5.74 4.88 5.79 -
YUV 64.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 81 55 66 0 0.32 0.19 0.68 334.62 0.19 0.27
Hex 51 37 42 0 20 13 44 14F 13 1B
Octal 121 67 102 0 40 23 104 517 23 33
Binary 1010001 110111 1000010 0 100000 10011 1000100 101001111 10011 11011

Color Harmonies of #513742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513742

Black with #513742

Text Example


Text Example

White with #513742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513742; }

 p { color: rgb(81,55,66); }

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

background-color css

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

 a { background-color: rgb(81,55,66); }

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

border-color css

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

 span { border-color: rgb(81,55,66); }

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