Html Css Color HEX #512F40 Barossa

📋 copy color: '#512F40'

red 81 ◦ green 47 ◦ blue 64

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

Shades of Barossa #512F40

Tints of Barossa #512F40

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.48%

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

R = 42.19%
G = 24.48%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#512F40 (or 0x512F40) is known color: Barossa. HEX triplet: 51, 2F and 40. RGB value is (81,47,64). Sum of RGB (Red+Green+Blue) = 81+47+64=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #512F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512F40 is #AED0BF. Grayscale: #3B3B3B. Windows color (decimal): -11456704 or 4206417. OLE color: 4206417.

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

Color convert

RGB 81 47 64 -
CMYK 0 0.42 0.21 0.68
HSL 330º 0.27% 0.25% -
HSV(B) 330º 0.42% 0.32% -
XYZ 5.34 4.15 5.37 -
YUV 59.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 81 47 64 0 0.42 0.21 0.68 330 0.27 0.25
Hex 51 2F 40 0 2A 15 44 14A 1B 19
Octal 121 57 100 0 52 25 104 512 33 31
Binary 1010001 101111 1000000 0 101010 10101 1000100 101001010 11011 11001

Color Harmonies of #512F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512F40

Black with #512F40

Text Example


Text Example

White with #512F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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