Html Css Color HEX #54253B Barossa

📋 copy color: '#54253B'

red 84 ◦ green 37 ◦ blue 59

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

Shades of Barossa #54253B

Tints of Barossa #54253B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.56%

 BLUE value IS 59 (23.44% from 255) = 32.78%

R = 46.67%
G = 20.56%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#54253B (or 0x54253B) is known color: Barossa. HEX triplet: 54, 25 and 3B. RGB value is (84,37,59). Sum of RGB (Red+Green+Blue) = 84+37+59=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #54253B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54253B is #ABDAC4. Grayscale: #353535. Windows color (decimal): -11262661 or 3876180. OLE color: 3876180.

HSL color Cylindrical-coordinate representation of color #54253B: hue angle of 331.91º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54253B is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 37 59 -
CMYK 0 0.56 0.30 0.67
HSL 331.91º 0.39% 0.24% -
HSV(B) 331.91º 0.56% 0.33% -
XYZ 5.11 3.52 4.55 -
YUV 53.56 131.07 149.71 -
System Red Green Blue C M Y K H S L
Decimal 84 37 59 0 0.56 0.30 0.67 331.91 0.39 0.24
Hex 54 25 3B 0 38 1E 43 14C 27 18
Octal 124 45 73 0 70 36 103 514 47 30
Binary 1010100 100101 111011 0 111000 11110 1000011 101001100 100111 11000

Color Harmonies of #54253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54253B

Black with #54253B

Text Example


Text Example

White with #54253B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54253B; }

 p { color: rgb(84,37,59); }

 H1.HeaderClassName
 {
   color: #54253B;
 }
 .AnyTagClassName
 {
   color: #54253B;
 }
</style>

background-color css

<style>
 a { background-color: #54253B; }

 a { background-color: rgb(84,37,59); }

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

border-color css

<style>
 span { border-color: #54253B; }

 span { border-color: rgb(84,37,59); }

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