Html Css Color HEX #B63D5D Rouge

📋 copy color: '#B63D5D'

red 182 ◦ green 61 ◦ blue 93

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

Shades of Rouge #B63D5D

Tints of Rouge #B63D5D

RGB

 RED value IS 182 (71.48% from 255) = 54.17%

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

 BLUE value IS 93 (36.72% from 255) = 27.68%

R = 54.17%
G = 18.15%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B63D5D (or 0xB63D5D) is known color: Rouge. HEX triplet: B6, 3D and 5D. RGB value is (182,61,93). Sum of RGB (Red+Green+Blue) = 182+61+93=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63D5D is #49C2A2. Grayscale: #646464. Windows color (decimal): -4833955 or 6110646. OLE color: 6110646.

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

Color convert

RGB 182 61 93 -
CMYK 0 0.66 0.49 0.29
HSL 344.13º 0.5% 0.48% -
HSV(B) 344.13º 0.66% 0.71% -
XYZ 22.94 14.07 11.86 -
YUV 100.83 123.59 185.9 -
System Red Green Blue C M Y K H S L
Decimal 182 61 93 0 0.66 0.49 0.29 344.13 0.5 0.48
Hex B6 3D 5D 0 42 31 1D 158 32 30
Octal 266 75 135 0 102 61 35 530 62 60
Binary 10110110 111101 1011101 0 1000010 110001 11101 101011000 110010 110000

Color Harmonies of #B63D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63D5D

Black with #B63D5D

Text Example


Text Example

White with #B63D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63D5D; }

 p { color: rgb(182,61,93); }

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

background-color css

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

 a { background-color: rgb(182,61,93); }

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

border-color css

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

 span { border-color: rgb(182,61,93); }

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