Html Css Color HEX #B33963 Rouge

📋 copy color: '#B33963'

red 179 ◦ green 57 ◦ blue 99

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

Shades of Rouge #B33963

Tints of Rouge #B33963

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.01%

 BLUE value IS 99 (39.06% from 255) = 29.55%

R = 53.43%
G = 17.01%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B33963 (or 0xB33963) is known color: Rouge. HEX triplet: B3, 39 and 63. RGB value is (179,57,99). Sum of RGB (Red+Green+Blue) = 179+57+99=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B33963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33963 is #4CC69C. Grayscale: #626262. Windows color (decimal): -5031581 or 6502835. OLE color: 6502835.

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

Color convert

RGB 179 57 99 -
CMYK 0 0.68 0.45 0.30
HSL 339.34º 0.52% 0.46% -
HSV(B) 339.34º 0.68% 0.7% -
XYZ 22.31 13.41 13.22 -
YUV 98.27 128.42 185.58 -
System Red Green Blue C M Y K H S L
Decimal 179 57 99 0 0.68 0.45 0.30 339.34 0.52 0.46
Hex B3 39 63 0 44 2D 1E 153 34 2E
Octal 263 71 143 0 104 55 36 523 64 56
Binary 10110011 111001 1100011 0 1000100 101101 11110 101010011 110100 101110

Color Harmonies of #B33963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33963

Black with #B33963

Text Example


Text Example

White with #B33963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33963; }

 p { color: rgb(179,57,99); }

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

background-color css

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

 a { background-color: rgb(179,57,99); }

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

border-color css

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

 span { border-color: rgb(179,57,99); }

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