Html Css Color HEX #512338 Barossa

📋 copy color: '#512338'

red 81 ◦ green 35 ◦ blue 56

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

Shades of Barossa #512338

Tints of Barossa #512338

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.35%

 BLUE value IS 56 (22.27% from 255) = 32.56%

R = 47.09%
G = 20.35%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.68

RGB Variations

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

Color information

#512338 (or 0x512338) is known color: Barossa. HEX triplet: 51, 23 and 38. RGB value is (81,35,56). Sum of RGB (Red+Green+Blue) = 81+35+56=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #512338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512338 is #AEDCC7. Grayscale: #333333. Windows color (decimal): -11459784 or 3679057. OLE color: 3679057.

HSL color Cylindrical-coordinate representation of color #512338: hue angle of 332.61º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #512338 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 35 56 -
CMYK 0 0.57 0.31 0.68
HSL 332.61º 0.4% 0.23% -
HSV(B) 332.61º 0.57% 0.32% -
XYZ 4.71 3.24 4.12 -
YUV 51.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 81 35 56 0 0.57 0.31 0.68 332.61 0.4 0.23
Hex 51 23 38 0 39 1F 44 14D 28 17
Octal 121 43 70 0 71 37 104 515 50 27
Binary 1010001 100011 111000 0 111001 11111 1000100 101001101 101000 10111

Color Harmonies of #512338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512338

Black with #512338

Text Example


Text Example

White with #512338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512338; }

 p { color: rgb(81,35,56); }

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

background-color css

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

 a { background-color: rgb(81,35,56); }

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

border-color css

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

 span { border-color: rgb(81,35,56); }

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