Html Css Color HEX #512439 Barossa

📋 copy color: '#512439'

red 81 ◦ green 36 ◦ blue 57

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

Shades of Barossa #512439

Tints of Barossa #512439

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.69%

 BLUE value IS 57 (22.66% from 255) = 32.76%

R = 46.55%
G = 20.69%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#512439 (or 0x512439) is known color: Barossa. HEX triplet: 51, 24 and 39. RGB value is (81,36,57). Sum of RGB (Red+Green+Blue) = 81+36+57=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #512439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512439 is #AEDBC6. Grayscale: #333333. Windows color (decimal): -11459527 or 3744849. OLE color: 3744849.

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

Color convert

RGB 81 36 57 -
CMYK 0 0.56 0.30 0.68
HSL 332º 0.38% 0.23% -
HSV(B) 332º 0.56% 0.32% -
XYZ 4.76 3.31 4.26 -
YUV 51.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 81 36 57 0 0.56 0.30 0.68 332 0.38 0.23
Hex 51 24 39 0 38 1E 44 14C 26 17
Octal 121 44 71 0 70 36 104 514 46 27
Binary 1010001 100100 111001 0 111000 11110 1000100 101001100 100110 10111

Color Harmonies of #512439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512439

Black with #512439

Text Example


Text Example

White with #512439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512439; }

 p { color: rgb(81,36,57); }

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

background-color css

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

 a { background-color: rgb(81,36,57); }

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

border-color css

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

 span { border-color: rgb(81,36,57); }

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