Html Css Color HEX #51213F Barossa

📋 copy color: '#51213F'

red 81 ◦ green 33 ◦ blue 63

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

Shades of Barossa #51213F

Tints of Barossa #51213F

RGB

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

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

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

R = 45.76%
G = 18.64%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#51213F (or 0x51213F) is known color: Barossa. HEX triplet: 51, 21 and 3F. RGB value is (81,33,63). Sum of RGB (Red+Green+Blue) = 81+33+63=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #51213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51213F is #AEDEC0. Grayscale: #323232. Windows color (decimal): -11460289 or 4137297. OLE color: 4137297.

HSL color Cylindrical-coordinate representation of color #51213F: hue angle of 322.5º 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 #51213F is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 33 63 -
CMYK 0 0.59 0.22 0.68
HSL 322.5º 0.42% 0.22% -
HSV(B) 322.5º 0.59% 0.32% -
XYZ 4.83 3.2 5.06 -
YUV 50.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 81 33 63 0 0.59 0.22 0.68 322.5 0.42 0.22
Hex 51 21 3F 0 3B 16 44 142 2A 16
Octal 121 41 77 0 73 26 104 502 52 26
Binary 1010001 100001 111111 0 111011 10110 1000100 101000010 101010 10110

Color Harmonies of #51213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51213F

Black with #51213F

Text Example


Text Example

White with #51213F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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