Html Css Color HEX #B53D6A Rouge

📋 copy color: '#B53D6A'

red 181 ◦ green 61 ◦ blue 106

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

Shades of Rouge #B53D6A

Tints of Rouge #B53D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.46%

R = 52.01%
G = 17.53%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B53D6A (or 0xB53D6A) is known color: Rouge. HEX triplet: B5, 3D and 6A. RGB value is (181,61,106). Sum of RGB (Red+Green+Blue) = 181+61+106=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53D6A is #4AC295. Grayscale: #656565. Windows color (decimal): -4899478 or 6962613. OLE color: 6962613.

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

Color convert

RGB 181 61 106 -
CMYK 0 0.66 0.41 0.29
HSL 337.5º 0.5% 0.47% -
HSV(B) 337.5º 0.66% 0.71% -
XYZ 23.33 14.2 15.15 -
YUV 102.01 130.26 184.34 -
System Red Green Blue C M Y K H S L
Decimal 181 61 106 0 0.66 0.41 0.29 337.5 0.5 0.47
Hex B5 3D 6A 0 42 29 1D 152 32 2F
Octal 265 75 152 0 102 51 35 522 62 57
Binary 10110101 111101 1101010 0 1000010 101001 11101 101010010 110010 101111

Color Harmonies of #B53D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53D6A

Black with #B53D6A

Text Example


Text Example

White with #B53D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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