Html Css Color HEX #B53970 Royal Heath

📋 copy color: '#B53970'

red 181 ◦ green 57 ◦ blue 112

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

Shades of Royal Heath #B53970

Tints of Royal Heath #B53970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.29%

 BLUE value IS 112 (44.14% from 255) = 32%

R = 51.71%
G = 16.29%
B = 32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B53970 (or 0xB53970) is known color: Royal Heath. HEX triplet: B5, 39 and 70. RGB value is (181,57,112). Sum of RGB (Red+Green+Blue) = 181+57+112=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B53970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53970 is #4AC68F. Grayscale: #646464. Windows color (decimal): -4900496 or 7354805. OLE color: 7354805.

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

Color convert

RGB 181 57 112 -
CMYK 0 0.69 0.38 0.29
HSL 333.39º 0.52% 0.47% -
HSV(B) 333.39º 0.69% 0.71% -
XYZ 23.44 13.92 16.78 -
YUV 100.35 134.58 185.53 -
System Red Green Blue C M Y K H S L
Decimal 181 57 112 0 0.69 0.38 0.29 333.39 0.52 0.47
Hex B5 39 70 0 45 26 1D 14D 34 2F
Octal 265 71 160 0 105 46 35 515 64 57
Binary 10110101 111001 1110000 0 1000101 100110 11101 101001101 110100 101111

Color Harmonies of #B53970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53970

Black with #B53970

Text Example


Text Example

White with #B53970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53970; }

 p { color: rgb(181,57,112); }

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

background-color css

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

 a { background-color: rgb(181,57,112); }

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

border-color css

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

 span { border-color: rgb(181,57,112); }

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