Html Css Color HEX #B53F64 Rouge

📋 copy color: '#B53F64'

red 181 ◦ green 63 ◦ blue 100

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

Shades of Rouge #B53F64

Tints of Rouge #B53F64

RGB

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

 GREEN value IS 63 (25% from 255) = 18.31%

 BLUE value IS 100 (39.45% from 255) = 29.07%

R = 52.62%
G = 18.31%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B53F64 (or 0xB53F64) is known color: Rouge. HEX triplet: B5, 3F and 64. RGB value is (181,63,100). Sum of RGB (Red+Green+Blue) = 181+63+100=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53F64 is #4AC09B. Grayscale: #666666. Windows color (decimal): -4898972 or 6569909. OLE color: 6569909.

HSL color Cylindrical-coordinate representation of color #B53F64: hue angle of 341.19º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B53F64 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 63 100 -
CMYK 0 0.65 0.45 0.29
HSL 341.19º 0.48% 0.48% -
HSV(B) 341.19º 0.65% 0.71% -
XYZ 23.13 14.3 13.6 -
YUV 102.5 126.59 183.99 -
System Red Green Blue C M Y K H S L
Decimal 181 63 100 0 0.65 0.45 0.29 341.19 0.48 0.48
Hex B5 3F 64 0 41 2D 1D 155 30 30
Octal 265 77 144 0 101 55 35 525 60 60
Binary 10110101 111111 1100100 0 1000001 101101 11101 101010101 110000 110000

Color Harmonies of #B53F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53F64

Black with #B53F64

Text Example


Text Example

White with #B53F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53F64; }

 p { color: rgb(181,63,100); }

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

background-color css

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

 a { background-color: rgb(181,63,100); }

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

border-color css

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

 span { border-color: rgb(181,63,100); }

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