Html Css Color HEX #B53C63 Rouge

📋 copy color: '#B53C63'

red 181 ◦ green 60 ◦ blue 99

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

Shades of Rouge #B53C63

Tints of Rouge #B53C63

RGB

 RED value IS 181 (71.09% from 255) = 53.24%

 GREEN value IS 60 (23.83% from 255) = 17.65%

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

R = 53.24%
G = 17.65%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B53C63 (or 0xB53C63) is known color: Rouge. HEX triplet: B5, 3C and 63. RGB value is (181,60,99). Sum of RGB (Red+Green+Blue) = 181+60+99=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53C63 is #4AC39C. Grayscale: #646464. Windows color (decimal): -4899741 or 6503605. OLE color: 6503605.

HSL color Cylindrical-coordinate representation of color #B53C63: hue angle of 340.66º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53C63 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 60 99 -
CMYK 0 0.67 0.45 0.29
HSL 340.66º 0.5% 0.47% -
HSV(B) 340.66º 0.67% 0.71% -
XYZ 22.92 13.96 13.29 -
YUV 100.63 127.09 185.33 -
System Red Green Blue C M Y K H S L
Decimal 181 60 99 0 0.67 0.45 0.29 340.66 0.5 0.47
Hex B5 3C 63 0 43 2D 1D 155 32 2F
Octal 265 74 143 0 103 55 35 525 62 57
Binary 10110101 111100 1100011 0 1000011 101101 11101 101010101 110010 101111

Color Harmonies of #B53C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53C63

Black with #B53C63

Text Example


Text Example

White with #B53C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53C63; }

 p { color: rgb(181,60,99); }

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

background-color css

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

 a { background-color: rgb(181,60,99); }

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

border-color css

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

 span { border-color: rgb(181,60,99); }

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