Html Css Color HEX #B33559 Rouge

📋 copy color: '#B33559'

red 179 ◦ green 53 ◦ blue 89

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

Shades of Rouge #B33559

Tints of Rouge #B33559

RGB

 RED value IS 179 (70.31% from 255) = 55.76%

 GREEN value IS 53 (21.09% from 255) = 16.51%

 BLUE value IS 89 (35.16% from 255) = 27.73%

R = 55.76%
G = 16.51%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B33559 (or 0xB33559) is known color: Rouge. HEX triplet: B3, 35 and 59. RGB value is (179,53,89). Sum of RGB (Red+Green+Blue) = 179+53+89=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B33559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33559 is #4CCAA6. Grayscale: #5E5E5E. Windows color (decimal): -5032615 or 5846451. OLE color: 5846451.

HSL color Cylindrical-coordinate representation of color #B33559: hue angle of 342.86º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33559 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 53 89 -
CMYK 0 0.70 0.50 0.30
HSL 342.86º 0.54% 0.45% -
HSV(B) 342.86º 0.7% 0.7% -
XYZ 21.67 12.85 10.79 -
YUV 94.78 124.74 188.07 -
System Red Green Blue C M Y K H S L
Decimal 179 53 89 0 0.70 0.50 0.30 342.86 0.54 0.45
Hex B3 35 59 0 46 32 1E 157 36 2D
Octal 263 65 131 0 106 62 36 527 66 55
Binary 10110011 110101 1011001 0 1000110 110010 11110 101010111 110110 101101

Color Harmonies of #B33559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33559

Black with #B33559

Text Example


Text Example

White with #B33559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33559; }

 p { color: rgb(179,53,89); }

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

background-color css

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

 a { background-color: rgb(179,53,89); }

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

border-color css

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

 span { border-color: rgb(179,53,89); }

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