Html Css Color HEX #512F41 Barossa

📋 copy color: '#512F41'

red 81 ◦ green 47 ◦ blue 65

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

Shades of Barossa #512F41

Tints of Barossa #512F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 33.68%

R = 41.97%
G = 24.35%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#512F41 (or 0x512F41) is known color: Barossa. HEX triplet: 51, 2F and 41. RGB value is (81,47,65). Sum of RGB (Red+Green+Blue) = 81+47+65=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #512F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512F41 is #AED0BE. Grayscale: #3B3B3B. Windows color (decimal): -11456703 or 4271953. OLE color: 4271953.

HSL color Cylindrical-coordinate representation of color #512F41: hue angle of 328.24º 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 #512F41 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 47 65 -
CMYK 0 0.42 0.20 0.68
HSL 328.24º 0.27% 0.25% -
HSV(B) 328.24º 0.42% 0.32% -
XYZ 5.36 4.16 5.52 -
YUV 59.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 81 47 65 0 0.42 0.20 0.68 328.24 0.27 0.25
Hex 51 2F 41 0 2A 14 44 148 1B 19
Octal 121 57 101 0 52 24 104 510 33 31
Binary 1010001 101111 1000001 0 101010 10100 1000100 101001000 11011 11001

Color Harmonies of #512F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512F41

Black with #512F41

Text Example


Text Example

White with #512F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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