Html Css Color HEX #B53D5D Rouge

📋 copy color: '#B53D5D'

red 181 ◦ green 61 ◦ blue 93

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

Shades of Rouge #B53D5D

Tints of Rouge #B53D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.76%

R = 54.03%
G = 18.21%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B53D5D (or 0xB53D5D) is known color: Rouge. HEX triplet: B5, 3D and 5D. RGB value is (181,61,93). Sum of RGB (Red+Green+Blue) = 181+61+93=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53D5D is #4AC2A2. Grayscale: #646464. Windows color (decimal): -4899491 or 6110645. OLE color: 6110645.

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

Color convert

RGB 181 61 93 -
CMYK 0 0.66 0.49 0.29
HSL 344º 0.5% 0.47% -
HSV(B) 344º 0.66% 0.71% -
XYZ 22.7 13.95 11.85 -
YUV 100.53 123.76 185.4 -
System Red Green Blue C M Y K H S L
Decimal 181 61 93 0 0.66 0.49 0.29 344 0.5 0.47
Hex B5 3D 5D 0 42 31 1D 158 32 2F
Octal 265 75 135 0 102 61 35 530 62 57
Binary 10110101 111101 1011101 0 1000010 110001 11101 101011000 110010 101111

Color Harmonies of #B53D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53D5D

Black with #B53D5D

Text Example


Text Example

White with #B53D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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