Html Css Color HEX #55233F Barossa

📋 copy color: '#55233F'

red 85 ◦ green 35 ◦ blue 63

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

Shades of Barossa #55233F

Tints of Barossa #55233F

RGB

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

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

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

R = 46.45%
G = 19.13%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#55233F (or 0x55233F) is known color: Barossa. HEX triplet: 55, 23 and 3F. RGB value is (85,35,63). Sum of RGB (Red+Green+Blue) = 85+35+63=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55233F is #AADCC0. Grayscale: #353535. Windows color (decimal): -11197633 or 4137813. OLE color: 4137813.

HSL color Cylindrical-coordinate representation of color #55233F: hue angle of 326.4º 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 #55233F is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 35 63 -
CMYK 0 0.59 0.26 0.67
HSL 326.4º 0.42% 0.24% -
HSV(B) 326.4º 0.59% 0.33% -
XYZ 5.24 3.49 5.1 -
YUV 53.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 85 35 63 0 0.59 0.26 0.67 326.4 0.42 0.24
Hex 55 23 3F 0 3B 1A 43 146 2A 18
Octal 125 43 77 0 73 32 103 506 52 30
Binary 1010101 100011 111111 0 111011 11010 1000011 101000110 101010 11000

Color Harmonies of #55233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55233F

Black with #55233F

Text Example


Text Example

White with #55233F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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