Html Css Color HEX #512C3D Barossa

📋 copy color: '#512C3D'

red 81 ◦ green 44 ◦ blue 61

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

Shades of Barossa #512C3D

Tints of Barossa #512C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 32.8%

R = 43.55%
G = 23.66%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.68

RGB Variations

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

Color information

#512C3D (or 0x512C3D) is known color: Barossa. HEX triplet: 51, 2C and 3D. RGB value is (81,44,61). Sum of RGB (Red+Green+Blue) = 81+44+61=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #512C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C3D is #AED3C2. Grayscale: #383838. Windows color (decimal): -11457475 or 4009041. OLE color: 4009041.

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

Color convert

RGB 81 44 61 -
CMYK 0 0.46 0.25 0.68
HSL 332.43º 0.3% 0.25% -
HSV(B) 332.43º 0.46% 0.32% -
XYZ 5.14 3.89 4.89 -
YUV 57 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 81 44 61 0 0.46 0.25 0.68 332.43 0.3 0.25
Hex 51 2C 3D 0 2E 19 44 14C 1E 19
Octal 121 54 75 0 56 31 104 514 36 31
Binary 1010001 101100 111101 0 101110 11001 1000100 101001100 11110 11001

Color Harmonies of #512C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512C3D

Black with #512C3D

Text Example


Text Example

White with #512C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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