Html Css Color HEX #B53A6D Rouge

📋 copy color: '#B53A6D'

red 181 ◦ green 58 ◦ blue 109

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

Shades of Rouge #B53A6D

Tints of Rouge #B53A6D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.67%

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 52.01%
G = 16.67%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B53A6D (or 0xB53A6D) is known color: Rouge. HEX triplet: B5, 3A and 6D. RGB value is (181,58,109). Sum of RGB (Red+Green+Blue) = 181+58+109=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53A6D is #4AC592. Grayscale: #646464. Windows color (decimal): -4900243 or 7158453. OLE color: 7158453.

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

Color convert

RGB 181 58 109 -
CMYK 0 0.68 0.40 0.29
HSL 335.12º 0.51% 0.47% -
HSV(B) 335.12º 0.68% 0.71% -
XYZ 23.33 13.95 15.93 -
YUV 100.59 132.75 185.35 -
System Red Green Blue C M Y K H S L
Decimal 181 58 109 0 0.68 0.40 0.29 335.12 0.51 0.47
Hex B5 3A 6D 0 44 28 1D 14F 33 2F
Octal 265 72 155 0 104 50 35 517 63 57
Binary 10110101 111010 1101101 0 1000100 101000 11101 101001111 110011 101111

Color Harmonies of #B53A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53A6D

Black with #B53A6D

Text Example


Text Example

White with #B53A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53A6D; }

 p { color: rgb(181,58,109); }

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

background-color css

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

 a { background-color: rgb(181,58,109); }

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

border-color css

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

 span { border-color: rgb(181,58,109); }

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