Html Css Color HEX #B33F63 Rouge

📋 copy color: '#B33F63'

red 179 ◦ green 63 ◦ blue 99

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

Shades of Rouge #B33F63

Tints of Rouge #B33F63

RGB

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

 GREEN value IS 63 (25% from 255) = 18.48%

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

R = 52.49%
G = 18.48%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B33F63 (or 0xB33F63) is known color: Rouge. HEX triplet: B3, 3F and 63. RGB value is (179,63,99). Sum of RGB (Red+Green+Blue) = 179+63+99=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33F63 is #4CC09C. Grayscale: #656565. Windows color (decimal): -5030045 or 6504371. OLE color: 6504371.

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

Color convert

RGB 179 63 99 -
CMYK 0 0.65 0.45 0.30
HSL 341.38º 0.48% 0.47% -
HSV(B) 341.38º 0.65% 0.7% -
XYZ 22.62 14.04 13.32 -
YUV 101.79 126.43 183.07 -
System Red Green Blue C M Y K H S L
Decimal 179 63 99 0 0.65 0.45 0.30 341.38 0.48 0.47
Hex B3 3F 63 0 41 2D 1E 155 30 2F
Octal 263 77 143 0 101 55 36 525 60 57
Binary 10110011 111111 1100011 0 1000001 101101 11110 101010101 110000 101111

Color Harmonies of #B33F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33F63

Black with #B33F63

Text Example


Text Example

White with #B33F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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