Html Css Color HEX #90073C Burgundy

📋 copy color: '#90073C'

red 144 ◦ green 7 ◦ blue 60

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

Shades of Burgundy #90073C

Tints of Burgundy #90073C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.32%

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

R = 68.25%
G = 3.32%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#90073C (or 0x90073C) is known color: Burgundy. HEX triplet: 90, 07 and 3C. RGB value is (144,7,60). Sum of RGB (Red+Green+Blue) = 144+7+60=211 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.25% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 144 - color contains mainly: red. Hex color #90073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90073C is #6FF8C3. Grayscale: #353535. Windows color (decimal): -7338180 or 3934096. OLE color: 3934096.

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

Color convert

RGB 144 7 60 -
CMYK 0 0.95 0.58 0.44
HSL 336.79º 0.91% 0.3% -
HSV(B) 336.79º 0.95% 0.56% -
XYZ 12.39 6.41 4.86 -
YUV 54.01 131.39 192.19 -
System Red Green Blue C M Y K H S L
Decimal 144 7 60 0 0.95 0.58 0.44 336.79 0.91 0.3
Hex 90 7 3C 0 5F 3A 2C 151 5B 1E
Octal 220 7 74 0 137 72 54 521 133 36
Binary 10010000 111 111100 0 1011111 111010 101100 101010001 1011011 11110

Color Harmonies of #90073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90073C

Black with #90073C

Text Example


Text Example

White with #90073C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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