Html Css Color HEX #B13D73 Royal Heath

📋 copy color: '#B13D73'

red 177 ◦ green 61 ◦ blue 115

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

Shades of Royal Heath #B13D73

Tints of Royal Heath #B13D73

RGB

 RED value IS 177 (69.53% from 255) = 50.14%

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

 BLUE value IS 115 (45.31% from 255) = 32.58%

R = 50.14%
G = 17.28%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B13D73 (or 0xB13D73) is known color: Royal Heath. HEX triplet: B1, 3D and 73. RGB value is (177,61,115). Sum of RGB (Red+Green+Blue) = 177+61+115=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13D73 is #4EC28C. Grayscale: #656565. Windows color (decimal): -5161613 or 7552433. OLE color: 7552433.

HSL color Cylindrical-coordinate representation of color #B13D73: hue angle of 332.07º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13D73 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 61 115 -
CMYK 0 0.66 0.35 0.31
HSL 332.07º 0.49% 0.47% -
HSV(B) 332.07º 0.66% 0.69% -
XYZ 22.89 13.92 17.7 -
YUV 101.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 177 61 115 0 0.66 0.35 0.31 332.07 0.49 0.47
Hex B1 3D 73 0 42 23 1F 14C 31 2F
Octal 261 75 163 0 102 43 37 514 61 57
Binary 10110001 111101 1110011 0 1000010 100011 11111 101001100 110001 101111

Color Harmonies of #B13D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13D73

Black with #B13D73

Text Example


Text Example

White with #B13D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13D73; }

 p { color: rgb(177,61,115); }

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

background-color css

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

 a { background-color: rgb(177,61,115); }

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

border-color css

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

 span { border-color: rgb(177,61,115); }

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