Html Css Color HEX #51213E Barossa

📋 copy color: '#51213E'

red 81 ◦ green 33 ◦ blue 62

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

Shades of Barossa #51213E

Tints of Barossa #51213E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.75%

 BLUE value IS 62 (24.61% from 255) = 35.23%

R = 46.02%
G = 18.75%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#51213E (or 0x51213E) is known color: Barossa. HEX triplet: 51, 21 and 3E. RGB value is (81,33,62). Sum of RGB (Red+Green+Blue) = 81+33+62=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #51213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51213E is #AEDEC1. Grayscale: #323232. Windows color (decimal): -11460290 or 4071761. OLE color: 4071761.

HSL color Cylindrical-coordinate representation of color #51213E: hue angle of 323.75º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51213E is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 33 62 -
CMYK 0 0.59 0.23 0.68
HSL 323.75º 0.42% 0.22% -
HSV(B) 323.75º 0.59% 0.32% -
XYZ 4.81 3.18 4.92 -
YUV 50.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 81 33 62 0 0.59 0.23 0.68 323.75 0.42 0.22
Hex 51 21 3E 0 3B 17 44 144 2A 16
Octal 121 41 76 0 73 27 104 504 52 26
Binary 1010001 100001 111110 0 111011 10111 1000100 101000100 101010 10110

Color Harmonies of #51213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51213E

Black with #51213E

Text Example


Text Example

White with #51213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51213E; }

 p { color: rgb(81,33,62); }

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

background-color css

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

 a { background-color: rgb(81,33,62); }

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

border-color css

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

 span { border-color: rgb(81,33,62); }

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