Html Css Color HEX #513042 Barossa

📋 copy color: '#513042'

red 81 ◦ green 48 ◦ blue 66

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

Shades of Barossa #513042

Tints of Barossa #513042

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.62%

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

R = 41.54%
G = 24.62%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#513042 (or 0x513042) is known color: Barossa. HEX triplet: 51, 30 and 42. RGB value is (81,48,66). Sum of RGB (Red+Green+Blue) = 81+48+66=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #513042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513042 is #AECFBD. Grayscale: #3B3B3B. Windows color (decimal): -11456446 or 4337745. OLE color: 4337745.

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

Color convert

RGB 81 48 66 -
CMYK 0 0.41 0.19 0.68
HSL 327.27º 0.26% 0.25% -
HSV(B) 327.27º 0.41% 0.32% -
XYZ 5.43 4.26 5.69 -
YUV 59.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 81 48 66 0 0.41 0.19 0.68 327.27 0.26 0.25
Hex 51 30 42 0 29 13 44 147 1A 19
Octal 121 60 102 0 51 23 104 507 32 31
Binary 1010001 110000 1000010 0 101001 10011 1000100 101000111 11010 11001

Color Harmonies of #513042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513042

Black with #513042

Text Example


Text Example

White with #513042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513042; }

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

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

background-color css

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

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

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

border-color css

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

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

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