Html Css Color HEX #B53363 Rouge

📋 copy color: '#B53363'

red 181 ◦ green 51 ◦ blue 99

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

Shades of Rouge #B53363

Tints of Rouge #B53363

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.41%

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

R = 54.68%
G = 15.41%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B53363 (or 0xB53363) is known color: Rouge. HEX triplet: B5, 33 and 63. RGB value is (181,51,99). Sum of RGB (Red+Green+Blue) = 181+51+99=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B53363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53363 is #4ACC9C. Grayscale: #5F5F5F. Windows color (decimal): -4902045 or 6501301. OLE color: 6501301.

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

Color convert

RGB 181 51 99 -
CMYK 0 0.72 0.45 0.29
HSL 337.85º 0.56% 0.45% -
HSV(B) 337.85º 0.72% 0.71% -
XYZ 22.49 13.09 13.15 -
YUV 95.34 130.07 189.1 -
System Red Green Blue C M Y K H S L
Decimal 181 51 99 0 0.72 0.45 0.29 337.85 0.56 0.45
Hex B5 33 63 0 48 2D 1D 152 38 2D
Octal 265 63 143 0 110 55 35 522 70 55
Binary 10110101 110011 1100011 0 1001000 101101 11101 101010010 111000 101101

Color Harmonies of #B53363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53363

Black with #B53363

Text Example


Text Example

White with #B53363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53363; }

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

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

background-color css

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

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

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

border-color css

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

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

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