Html Css Color HEX #54313F Barossa

📋 copy color: '#54313F'

red 84 ◦ green 49 ◦ blue 63

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

Shades of Barossa #54313F

Tints of Barossa #54313F

RGB

 RED value IS 84 (33.2% from 255) = 42.86%

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

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

R = 42.86%
G = 25%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#54313F (or 0x54313F) is known color: Barossa. HEX triplet: 54, 31 and 3F. RGB value is (84,49,63). Sum of RGB (Red+Green+Blue) = 84+49+63=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #54313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54313F is #ABCEC0. Grayscale: #3D3D3D. Windows color (decimal): -11259585 or 4141396. OLE color: 4141396.

HSL color Cylindrical-coordinate representation of color #54313F: hue angle of 336º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54313F is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 49 63 -
CMYK 0 0.42 0.25 0.67
HSL 336º 0.26% 0.26% -
HSV(B) 336º 0.42% 0.33% -
XYZ 5.65 4.44 5.26 -
YUV 61.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 84 49 63 0 0.42 0.25 0.67 336 0.26 0.26
Hex 54 31 3F 0 2A 19 43 150 1A 1A
Octal 124 61 77 0 52 31 103 520 32 32
Binary 1010100 110001 111111 0 101010 11001 1000011 101010000 11010 11010

Color Harmonies of #54313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54313F

Black with #54313F

Text Example


Text Example

White with #54313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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