Html Css Color HEX #55253C Barossa

📋 copy color: '#55253C'

red 85 ◦ green 37 ◦ blue 60

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

Shades of Barossa #55253C

Tints of Barossa #55253C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 32.97%

R = 46.7%
G = 20.33%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#55253C (or 0x55253C) is known color: Barossa. HEX triplet: 55, 25 and 3C. RGB value is (85,37,60). Sum of RGB (Red+Green+Blue) = 85+37+60=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55253C is #AADAC3. Grayscale: #353535. Windows color (decimal): -11197124 or 3941717. OLE color: 3941717.

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

Color convert

RGB 85 37 60 -
CMYK 0 0.56 0.29 0.67
HSL 331.25º 0.39% 0.24% -
HSV(B) 331.25º 0.56% 0.33% -
XYZ 5.22 3.58 4.69 -
YUV 53.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 85 37 60 0 0.56 0.29 0.67 331.25 0.39 0.24
Hex 55 25 3C 0 38 1D 43 14B 27 18
Octal 125 45 74 0 70 35 103 513 47 30
Binary 1010101 100101 111100 0 111000 11101 1000011 101001011 100111 11000

Color Harmonies of #55253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55253C

Black with #55253C

Text Example


Text Example

White with #55253C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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