Html Css Color HEX #51313E Barossa

📋 copy color: '#51313E'

red 81 ◦ green 49 ◦ blue 62

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

Shades of Barossa #51313E

Tints of Barossa #51313E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.52%

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

R = 42.19%
G = 25.52%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#51313E (or 0x51313E) is known color: Barossa. HEX triplet: 51, 31 and 3E. RGB value is (81,49,62). Sum of RGB (Red+Green+Blue) = 81+49+62=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #51313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51313E is #AECEC1. Grayscale: #3C3C3C. Windows color (decimal): -11456194 or 4075857. OLE color: 4075857.

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

Color convert

RGB 81 49 62 -
CMYK 0 0.40 0.23 0.68
HSL 335.63º 0.25% 0.25% -
HSV(B) 335.63º 0.4% 0.32% -
XYZ 5.36 4.29 5.1 -
YUV 60.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 81 49 62 0 0.40 0.23 0.68 335.63 0.25 0.25
Hex 51 31 3E 0 28 17 44 150 19 19
Octal 121 61 76 0 50 27 104 520 31 31
Binary 1010001 110001 111110 0 101000 10111 1000100 101010000 11001 11001

Color Harmonies of #51313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51313E

Black with #51313E

Text Example


Text Example

White with #51313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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