Html Css Color HEX #A33963 Rouge

📋 copy color: '#A33963'

red 163 ◦ green 57 ◦ blue 99

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

Shades of Rouge #A33963

Tints of Rouge #A33963

RGB

 RED value IS 163 (64.06% from 255) = 51.1%

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

 BLUE value IS 99 (39.06% from 255) = 31.03%

R = 51.1%
G = 17.87%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A33963 (or 0xA33963) is known color: Rouge. HEX triplet: A3, 39 and 63. RGB value is (163,57,99). Sum of RGB (Red+Green+Blue) = 163+57+99=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A33963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33963 is #5CC69C. Grayscale: #5D5D5D. Windows color (decimal): -6080157 or 6502819. OLE color: 6502819.

HSL color Cylindrical-coordinate representation of color #A33963: hue angle of 336.23º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A33963 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 57 99 -
CMYK 0 0.65 0.39 0.36
HSL 336.23º 0.48% 0.43% -
HSV(B) 336.23º 0.65% 0.64% -
XYZ 18.82 11.61 13.05 -
YUV 93.48 131.12 177.58 -
System Red Green Blue C M Y K H S L
Decimal 163 57 99 0 0.65 0.39 0.36 336.23 0.48 0.43
Hex A3 39 63 0 41 27 24 150 30 2B
Octal 243 71 143 0 101 47 44 520 60 53
Binary 10100011 111001 1100011 0 1000001 100111 100100 101010000 110000 101011

Color Harmonies of #A33963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33963

Black with #A33963

Text Example


Text Example

White with #A33963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33963; }

 p { color: rgb(163,57,99); }

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

background-color css

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

 a { background-color: rgb(163,57,99); }

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

border-color css

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

 span { border-color: rgb(163,57,99); }

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