Html Css Color HEX #512C40 Barossa

📋 copy color: '#512C40'

red 81 ◦ green 44 ◦ blue 64

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

Shades of Barossa #512C40

Tints of Barossa #512C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.28%

 BLUE value IS 64 (25.39% from 255) = 33.86%

R = 42.86%
G = 23.28%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#512C40 (or 0x512C40) is known color: Barossa. HEX triplet: 51, 2C and 40. RGB value is (81,44,64). Sum of RGB (Red+Green+Blue) = 81+44+64=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #512C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C40 is #AED3BF. Grayscale: #393939. Windows color (decimal): -11457472 or 4205649. OLE color: 4205649.

HSL color Cylindrical-coordinate representation of color #512C40: hue angle of 327.57º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #512C40 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 44 64 -
CMYK 0 0.46 0.21 0.68
HSL 327.57º 0.3% 0.25% -
HSV(B) 327.57º 0.46% 0.32% -
XYZ 5.22 3.92 5.33 -
YUV 57.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 81 44 64 0 0.46 0.21 0.68 327.57 0.3 0.25
Hex 51 2C 40 0 2E 15 44 148 1E 19
Octal 121 54 100 0 56 25 104 510 36 31
Binary 1010001 101100 1000000 0 101110 10101 1000100 101001000 11110 11001

Color Harmonies of #512C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512C40

Black with #512C40

Text Example


Text Example

White with #512C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512C40; }

 p { color: rgb(81,44,64); }

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

background-color css

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

 a { background-color: rgb(81,44,64); }

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

border-color css

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

 span { border-color: rgb(81,44,64); }

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