Html Css Color HEX #512B3F Barossa

📋 copy color: '#512B3F'

red 81 ◦ green 43 ◦ blue 63

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

Shades of Barossa #512B3F

Tints of Barossa #512B3F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.99%

 BLUE value IS 63 (25% from 255) = 33.69%

R = 43.32%
G = 22.99%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#512B3F (or 0x512B3F) is known color: Barossa. HEX triplet: 51, 2B and 3F. RGB value is (81,43,63). Sum of RGB (Red+Green+Blue) = 81+43+63=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #512B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B3F is #AED4C0. Grayscale: #383838. Windows color (decimal): -11457729 or 4139857. OLE color: 4139857.

HSL color Cylindrical-coordinate representation of color #512B3F: hue angle of 328.42º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #512B3F is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 43 63 -
CMYK 0 0.47 0.22 0.68
HSL 328.42º 0.31% 0.24% -
HSV(B) 328.42º 0.47% 0.32% -
XYZ 5.15 3.84 5.17 -
YUV 56.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 81 43 63 0 0.47 0.22 0.68 328.42 0.31 0.24
Hex 51 2B 3F 0 2F 16 44 148 1F 18
Octal 121 53 77 0 57 26 104 510 37 30
Binary 1010001 101011 111111 0 101111 10110 1000100 101001000 11111 11000

Color Harmonies of #512B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512B3F

Black with #512B3F

Text Example


Text Example

White with #512B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,43,63); }

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

background-color css

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

 a { background-color: rgb(81,43,63); }

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

border-color css

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

 span { border-color: rgb(81,43,63); }

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