Html Css Color HEX #B53D60 Rouge

📋 copy color: '#B53D60'

red 181 ◦ green 61 ◦ blue 96

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

Shades of Rouge #B53D60

Tints of Rouge #B53D60

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.05%

 BLUE value IS 96 (37.89% from 255) = 28.4%

R = 53.55%
G = 18.05%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B53D60 (or 0xB53D60) is known color: Rouge. HEX triplet: B5, 3D and 60. RGB value is (181,61,96). Sum of RGB (Red+Green+Blue) = 181+61+96=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53D60 is #4AC29F. Grayscale: #646464. Windows color (decimal): -4899488 or 6307253. OLE color: 6307253.

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

Color convert

RGB 181 61 96 -
CMYK 0 0.66 0.47 0.29
HSL 342.5º 0.5% 0.47% -
HSV(B) 342.5º 0.66% 0.71% -
XYZ 22.84 14.01 12.57 -
YUV 100.87 125.26 185.15 -
System Red Green Blue C M Y K H S L
Decimal 181 61 96 0 0.66 0.47 0.29 342.5 0.5 0.47
Hex B5 3D 60 0 42 2F 1D 156 32 2F
Octal 265 75 140 0 102 57 35 526 62 57
Binary 10110101 111101 1100000 0 1000010 101111 11101 101010110 110010 101111

Color Harmonies of #B53D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53D60

Black with #B53D60

Text Example


Text Example

White with #B53D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53D60; }

 p { color: rgb(181,61,96); }

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

background-color css

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

 a { background-color: rgb(181,61,96); }

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

border-color css

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

 span { border-color: rgb(181,61,96); }

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