Html Css Color HEX #90033C Burgundy

📋 copy color: '#90033C'

red 144 ◦ green 3 ◦ blue 60

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

Shades of Burgundy #90033C

Tints of Burgundy #90033C

RGB

 RED value IS 144 (56.64% from 255) = 69.57%

 GREEN value IS 3 (1.56% from 255) = 1.45%

 BLUE value IS 60 (23.83% from 255) = 28.99%

R = 69.57%
G = 1.45%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#90033C (or 0x90033C) is known color: Burgundy. HEX triplet: 90, 03 and 3C. RGB value is (144,3,60). Sum of RGB (Red+Green+Blue) = 144+3+60=207 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.57% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 144 - color contains mainly: red. Hex color #90033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90033C is #6FFCC3. Grayscale: #333333. Windows color (decimal): -7339204 or 3933072. OLE color: 3933072.

HSL color Cylindrical-coordinate representation of color #90033C: hue angle of 335.74º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90033C is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 3 60 -
CMYK 0 0.98 0.58 0.44
HSL 335.74º 0.96% 0.29% -
HSV(B) 335.74º 0.98% 0.56% -
XYZ 12.35 6.32 4.84 -
YUV 51.66 132.71 193.87 -
System Red Green Blue C M Y K H S L
Decimal 144 3 60 0 0.98 0.58 0.44 335.74 0.96 0.29
Hex 90 3 3C 0 62 3A 2C 150 60 1D
Octal 220 3 74 0 142 72 54 520 140 35
Binary 10010000 11 111100 0 1100010 111010 101100 101010000 1100000 11101

Color Harmonies of #90033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90033C

Black with #90033C

Text Example


Text Example

White with #90033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90033C; }

 p { color: rgb(144,3,60); }

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

background-color css

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

 a { background-color: rgb(144,3,60); }

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

border-color css

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

 span { border-color: rgb(144,3,60); }

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