Html Css Color HEX #B53463 Rouge

📋 copy color: '#B53463'

red 181 ◦ green 52 ◦ blue 99

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

Shades of Rouge #B53463

Tints of Rouge #B53463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.66%

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

R = 54.52%
G = 15.66%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B53463 (or 0xB53463) is known color: Rouge. HEX triplet: B5, 34 and 63. RGB value is (181,52,99). Sum of RGB (Red+Green+Blue) = 181+52+99=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B53463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53463 is #4ACB9C. Grayscale: #5F5F5F. Windows color (decimal): -4901789 or 6501557. OLE color: 6501557.

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

Color convert

RGB 181 52 99 -
CMYK 0 0.71 0.45 0.29
HSL 338.14º 0.55% 0.46% -
HSV(B) 338.14º 0.71% 0.71% -
XYZ 22.54 13.18 13.16 -
YUV 95.93 129.74 188.68 -
System Red Green Blue C M Y K H S L
Decimal 181 52 99 0 0.71 0.45 0.29 338.14 0.55 0.46
Hex B5 34 63 0 47 2D 1D 152 37 2E
Octal 265 64 143 0 107 55 35 522 67 56
Binary 10110101 110100 1100011 0 1000111 101101 11101 101010010 110111 101110

Color Harmonies of #B53463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53463

Black with #B53463

Text Example


Text Example

White with #B53463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53463; }

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

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

background-color css

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

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

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

border-color css

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

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

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