Html Css Color HEX #B53D72 Royal Heath

📋 copy color: '#B53D72'

red 181 ◦ green 61 ◦ blue 114

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

Shades of Royal Heath #B53D72

Tints of Royal Heath #B53D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.02%

R = 50.84%
G = 17.13%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B53D72 (or 0xB53D72) is known color: Royal Heath. HEX triplet: B5, 3D and 72. RGB value is (181,61,114). Sum of RGB (Red+Green+Blue) = 181+61+114=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53D72 is #4AC28D. Grayscale: #666666. Windows color (decimal): -4899470 or 7486901. OLE color: 7486901.

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

Color convert

RGB 181 61 114 -
CMYK 0 0.66 0.37 0.29
HSL 333.5º 0.5% 0.47% -
HSV(B) 333.5º 0.66% 0.71% -
XYZ 23.76 14.38 17.44 -
YUV 102.92 134.26 183.69 -
System Red Green Blue C M Y K H S L
Decimal 181 61 114 0 0.66 0.37 0.29 333.5 0.5 0.47
Hex B5 3D 72 0 42 25 1D 14E 32 2F
Octal 265 75 162 0 102 45 35 516 62 57
Binary 10110101 111101 1110010 0 1000010 100101 11101 101001110 110010 101111

Color Harmonies of #B53D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53D72

Black with #B53D72

Text Example


Text Example

White with #B53D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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