Html Css Color HEX #B53B72 Royal Heath

📋 copy color: '#B53B72'

red 181 ◦ green 59 ◦ blue 114

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

Shades of Royal Heath #B53B72

Tints of Royal Heath #B53B72

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.67%

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

R = 51.13%
G = 16.67%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B53B72 (or 0xB53B72) is known color: Royal Heath. HEX triplet: B5, 3B and 72. RGB value is (181,59,114). Sum of RGB (Red+Green+Blue) = 181+59+114=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53B72 is #4AC48D. Grayscale: #656565. Windows color (decimal): -4899982 or 7486389. OLE color: 7486389.

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

Color convert

RGB 181 59 114 -
CMYK 0 0.67 0.37 0.29
HSL 332.95º 0.51% 0.47% -
HSV(B) 332.95º 0.67% 0.71% -
XYZ 23.66 14.17 17.41 -
YUV 101.75 134.92 184.53 -
System Red Green Blue C M Y K H S L
Decimal 181 59 114 0 0.67 0.37 0.29 332.95 0.51 0.47
Hex B5 3B 72 0 43 25 1D 14D 33 2F
Octal 265 73 162 0 103 45 35 515 63 57
Binary 10110101 111011 1110010 0 1000011 100101 11101 101001101 110011 101111

Color Harmonies of #B53B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53B72

Black with #B53B72

Text Example


Text Example

White with #B53B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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