Html Css Color HEX #B33763 Rouge

📋 copy color: '#B33763'

red 179 ◦ green 55 ◦ blue 99

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

Shades of Rouge #B33763

Tints of Rouge #B33763

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.52%

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

R = 53.75%
G = 16.52%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B33763 (or 0xB33763) is known color: Rouge. HEX triplet: B3, 37 and 63. RGB value is (179,55,99). Sum of RGB (Red+Green+Blue) = 179+55+99=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B33763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33763 is #4CC89C. Grayscale: #616161. Windows color (decimal): -5032093 or 6502323. OLE color: 6502323.

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

Color convert

RGB 179 55 99 -
CMYK 0 0.69 0.45 0.30
HSL 338.71º 0.53% 0.46% -
HSV(B) 338.71º 0.69% 0.7% -
XYZ 22.21 13.22 13.18 -
YUV 97.09 129.08 186.42 -
System Red Green Blue C M Y K H S L
Decimal 179 55 99 0 0.69 0.45 0.30 338.71 0.53 0.46
Hex B3 37 63 0 45 2D 1E 153 35 2E
Octal 263 67 143 0 105 55 36 523 65 56
Binary 10110011 110111 1100011 0 1000101 101101 11110 101010011 110101 101110

Color Harmonies of #B33763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33763

Black with #B33763

Text Example


Text Example

White with #B33763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33763; }

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

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

background-color css

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

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

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

border-color css

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

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

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