Html Css Color HEX #B33564 Rouge

📋 copy color: '#B33564'

red 179 ◦ green 53 ◦ blue 100

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

Shades of Rouge #B33564

Tints of Rouge #B33564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.12%

R = 53.92%
G = 15.96%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B33564 (or 0xB33564) is known color: Rouge. HEX triplet: B3, 35 and 64. RGB value is (179,53,100). Sum of RGB (Red+Green+Blue) = 179+53+100=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B33564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33564 is #4CCA9B. Grayscale: #5F5F5F. Windows color (decimal): -5032604 or 6567347. OLE color: 6567347.

HSL color Cylindrical-coordinate representation of color #B33564: hue angle of 337.62º 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 #B33564 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 53 100 -
CMYK 0 0.70 0.44 0.30
HSL 337.62º 0.54% 0.45% -
HSV(B) 337.62º 0.7% 0.7% -
XYZ 22.16 13.05 13.41 -
YUV 96.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 179 53 100 0 0.70 0.44 0.30 337.62 0.54 0.45
Hex B3 35 64 0 46 2C 1E 152 36 2D
Octal 263 65 144 0 106 54 36 522 66 55
Binary 10110011 110101 1100100 0 1000110 101100 11110 101010010 110110 101101

Color Harmonies of #B33564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33564

Black with #B33564

Text Example


Text Example

White with #B33564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33564; }

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

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

background-color css

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

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

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

border-color css

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

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

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