Html Css Color HEX #55263E Barossa

📋 copy color: '#55263E'

red 85 ◦ green 38 ◦ blue 62

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

Shades of Barossa #55263E

Tints of Barossa #55263E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.54%

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

R = 45.95%
G = 20.54%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#55263E (or 0x55263E) is known color: Barossa. HEX triplet: 55, 26 and 3E. RGB value is (85,38,62). Sum of RGB (Red+Green+Blue) = 85+38+62=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #55263E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55263E is #AAD9C1. Grayscale: #363636. Windows color (decimal): -11196866 or 4073045. OLE color: 4073045.

HSL color Cylindrical-coordinate representation of color #55263E: hue angle of 329.36º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55263E is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 38 62 -
CMYK 0 0.55 0.27 0.67
HSL 329.36º 0.38% 0.24% -
HSV(B) 329.36º 0.55% 0.33% -
XYZ 5.31 3.67 4.99 -
YUV 54.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 85 38 62 0 0.55 0.27 0.67 329.36 0.38 0.24
Hex 55 26 3E 0 37 1B 43 149 26 18
Octal 125 46 76 0 67 33 103 511 46 30
Binary 1010101 100110 111110 0 110111 11011 1000011 101001001 100110 11000

Color Harmonies of #55263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55263E

Black with #55263E

Text Example


Text Example

White with #55263E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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