Html Css Color HEX #B53D62 Rouge

📋 copy color: '#B53D62'

red 181 ◦ green 61 ◦ blue 98

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

Shades of Rouge #B53D62

Tints of Rouge #B53D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.82%

R = 53.24%
G = 17.94%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B53D62 (or 0xB53D62) is known color: Rouge. HEX triplet: B5, 3D and 62. RGB value is (181,61,98). Sum of RGB (Red+Green+Blue) = 181+61+98=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53D62 is #4AC29D. Grayscale: #656565. Windows color (decimal): -4899486 or 6438325. OLE color: 6438325.

HSL color Cylindrical-coordinate representation of color #B53D62: hue angle of 341.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 #B53D62 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 61 98 -
CMYK 0 0.66 0.46 0.29
HSL 341.5º 0.5% 0.47% -
HSV(B) 341.5º 0.66% 0.71% -
XYZ 22.93 14.04 13.06 -
YUV 101.1 126.26 184.99 -
System Red Green Blue C M Y K H S L
Decimal 181 61 98 0 0.66 0.46 0.29 341.5 0.5 0.47
Hex B5 3D 62 0 42 2E 1D 156 32 2F
Octal 265 75 142 0 102 56 35 526 62 57
Binary 10110101 111101 1100010 0 1000010 101110 11101 101010110 110010 101111

Color Harmonies of #B53D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53D62

Black with #B53D62

Text Example


Text Example

White with #B53D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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