Html Css Color HEX #A33965 Rouge

📋 copy color: '#A33965'

red 163 ◦ green 57 ◦ blue 101

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

Shades of Rouge #A33965

Tints of Rouge #A33965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.46%

R = 50.78%
G = 17.76%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A33965 (or 0xA33965) is known color: Rouge. HEX triplet: A3, 39 and 65. RGB value is (163,57,101). Sum of RGB (Red+Green+Blue) = 163+57+101=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A33965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33965 is #5CC69A. Grayscale: #5D5D5D. Windows color (decimal): -6080155 or 6633891. OLE color: 6633891.

HSL color Cylindrical-coordinate representation of color #A33965: hue angle of 335.09º 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 #A33965 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 57 101 -
CMYK 0 0.65 0.38 0.36
HSL 335.09º 0.48% 0.43% -
HSV(B) 335.09º 0.65% 0.64% -
XYZ 18.92 11.65 13.56 -
YUV 93.71 132.12 177.42 -
System Red Green Blue C M Y K H S L
Decimal 163 57 101 0 0.65 0.38 0.36 335.09 0.48 0.43
Hex A3 39 65 0 41 26 24 14F 30 2B
Octal 243 71 145 0 101 46 44 517 60 53
Binary 10100011 111001 1100101 0 1000001 100110 100100 101001111 110000 101011

Color Harmonies of #A33965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33965

Black with #A33965

Text Example


Text Example

White with #A33965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33965; }

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

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

background-color css

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

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

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

border-color css

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

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

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