Html Css Color HEX #55253E Barossa

📋 copy color: '#55253E'

red 85 ◦ green 37 ◦ blue 62

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

Shades of Barossa #55253E

Tints of Barossa #55253E

RGB

 RED value IS 85 (33.59% from 255) = 46.2%

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

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

R = 46.2%
G = 20.11%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#55253E (or 0x55253E) is known color: Barossa. HEX triplet: 55, 25 and 3E. RGB value is (85,37,62). Sum of RGB (Red+Green+Blue) = 85+37+62=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55253E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55253E is #AADAC1. Grayscale: #363636. Windows color (decimal): -11197122 or 4072789. OLE color: 4072789.

HSL color Cylindrical-coordinate representation of color #55253E: hue angle of 328.75º 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 #55253E is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 37 62 -
CMYK 0 0.56 0.27 0.67
HSL 328.75º 0.39% 0.24% -
HSV(B) 328.75º 0.56% 0.33% -
XYZ 5.28 3.6 4.97 -
YUV 54.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 85 37 62 0 0.56 0.27 0.67 328.75 0.39 0.24
Hex 55 25 3E 0 38 1B 43 149 27 18
Octal 125 45 76 0 70 33 103 511 47 30
Binary 1010101 100101 111110 0 111000 11011 1000011 101001001 100111 11000

Color Harmonies of #55253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55253E

Black with #55253E

Text Example


Text Example

White with #55253E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,37,62); }

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

background-color css

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

 a { background-color: rgb(85,37,62); }

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

border-color css

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

 span { border-color: rgb(85,37,62); }

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