Html Css Color HEX #55233E Barossa

📋 copy color: '#55233E'

red 85 ◦ green 35 ◦ blue 62

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

Shades of Barossa #55233E

Tints of Barossa #55233E

RGB

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

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

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

R = 46.7%
G = 19.23%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#55233E (or 0x55233E) is known color: Barossa. HEX triplet: 55, 23 and 3E. RGB value is (85,35,62). Sum of RGB (Red+Green+Blue) = 85+35+62=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55233E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55233E is #AADCC1. Grayscale: #343434. Windows color (decimal): -11197634 or 4072277. OLE color: 4072277.

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

Color convert

RGB 85 35 62 -
CMYK 0 0.59 0.27 0.67
HSL 327.6º 0.42% 0.24% -
HSV(B) 327.6º 0.59% 0.33% -
XYZ 5.22 3.48 4.95 -
YUV 53.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 85 35 62 0 0.59 0.27 0.67 327.6 0.42 0.24
Hex 55 23 3E 0 3B 1B 43 148 2A 18
Octal 125 43 76 0 73 33 103 510 52 30
Binary 1010101 100011 111110 0 111011 11011 1000011 101001000 101010 11000

Color Harmonies of #55233E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55233E

Black with #55233E

Text Example


Text Example

White with #55233E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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