Html Css Color HEX #51313F Barossa

📋 copy color: '#51313F'

red 81 ◦ green 49 ◦ blue 63

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

Shades of Barossa #51313F

Tints of Barossa #51313F

RGB

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

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

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

R = 41.97%
G = 25.39%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#51313F (or 0x51313F) is known color: Barossa. HEX triplet: 51, 31 and 3F. RGB value is (81,49,63). Sum of RGB (Red+Green+Blue) = 81+49+63=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #51313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51313F is #AECEC0. Grayscale: #3C3C3C. Windows color (decimal): -11456193 or 4141393. OLE color: 4141393.

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

Color convert

RGB 81 49 63 -
CMYK 0 0.40 0.22 0.68
HSL 333.75º 0.25% 0.25% -
HSV(B) 333.75º 0.4% 0.32% -
XYZ 5.39 4.3 5.25 -
YUV 60.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 81 49 63 0 0.40 0.22 0.68 333.75 0.25 0.25
Hex 51 31 3F 0 28 16 44 14E 19 19
Octal 121 61 77 0 50 26 104 516 31 31
Binary 1010001 110001 111111 0 101000 10110 1000100 101001110 11001 11001

Color Harmonies of #51313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51313F

Black with #51313F

Text Example


Text Example

White with #51313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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