Html Css Color HEX #512C3C Barossa

📋 copy color: '#512C3C'

red 81 ◦ green 44 ◦ blue 60

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

Shades of Barossa #512C3C

Tints of Barossa #512C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 32.43%

R = 43.78%
G = 23.78%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#512C3C (or 0x512C3C) is known color: Barossa. HEX triplet: 51, 2C and 3C. RGB value is (81,44,60). Sum of RGB (Red+Green+Blue) = 81+44+60=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #512C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C3C is #AED3C3. Grayscale: #383838. Windows color (decimal): -11457476 or 3943505. OLE color: 3943505.

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

Color convert

RGB 81 44 60 -
CMYK 0 0.46 0.26 0.68
HSL 334.05º 0.3% 0.25% -
HSV(B) 334.05º 0.46% 0.32% -
XYZ 5.11 3.88 4.75 -
YUV 56.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 81 44 60 0 0.46 0.26 0.68 334.05 0.3 0.25
Hex 51 2C 3C 0 2E 1A 44 14E 1E 19
Octal 121 54 74 0 56 32 104 516 36 31
Binary 1010001 101100 111100 0 101110 11010 1000100 101001110 11110 11001

Color Harmonies of #512C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512C3C

Black with #512C3C

Text Example


Text Example

White with #512C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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