Html Css Color HEX #B53D5E Rouge

📋 copy color: '#B53D5E'

red 181 ◦ green 61 ◦ blue 94

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

Shades of Rouge #B53D5E

Tints of Rouge #B53D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.98%

R = 53.87%
G = 18.15%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B53D5E (or 0xB53D5E) is known color: Rouge. HEX triplet: B5, 3D and 5E. RGB value is (181,61,94). Sum of RGB (Red+Green+Blue) = 181+61+94=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53D5E is #4AC2A1. Grayscale: #646464. Windows color (decimal): -4899490 or 6176181. OLE color: 6176181.

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

Color convert

RGB 181 61 94 -
CMYK 0 0.66 0.48 0.29
HSL 343.5º 0.5% 0.47% -
HSV(B) 343.5º 0.66% 0.71% -
XYZ 22.75 13.97 12.09 -
YUV 100.64 124.26 185.32 -
System Red Green Blue C M Y K H S L
Decimal 181 61 94 0 0.66 0.48 0.29 343.5 0.5 0.47
Hex B5 3D 5E 0 42 30 1D 158 32 2F
Octal 265 75 136 0 102 60 35 530 62 57
Binary 10110101 111101 1011110 0 1000010 110000 11101 101011000 110010 101111

Color Harmonies of #B53D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53D5E

Black with #B53D5E

Text Example


Text Example

White with #B53D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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