Html Css Color HEX #55233C Barossa

📋 copy color: '#55233C'

red 85 ◦ green 35 ◦ blue 60

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

Shades of Barossa #55233C

Tints of Barossa #55233C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.44%

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

R = 47.22%
G = 19.44%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#55233C (or 0x55233C) is known color: Barossa. HEX triplet: 55, 23 and 3C. RGB value is (85,35,60). Sum of RGB (Red+Green+Blue) = 85+35+60=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55233C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55233C is #AADCC3. Grayscale: #343434. Windows color (decimal): -11197636 or 3941205. OLE color: 3941205.

HSL color Cylindrical-coordinate representation of color #55233C: hue angle of 330º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55233C is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 35 60 -
CMYK 0 0.59 0.29 0.67
HSL 330º 0.42% 0.24% -
HSV(B) 330º 0.59% 0.33% -
XYZ 5.16 3.46 4.67 -
YUV 52.8 132.07 150.97 -
System Red Green Blue C M Y K H S L
Decimal 85 35 60 0 0.59 0.29 0.67 330 0.42 0.24
Hex 55 23 3C 0 3B 1D 43 14A 2A 18
Octal 125 43 74 0 73 35 103 512 52 30
Binary 1010101 100011 111100 0 111011 11101 1000011 101001010 101010 11000

Color Harmonies of #55233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55233C

Black with #55233C

Text Example


Text Example

White with #55233C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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