Html Css Color HEX #90072C Burgundy

📋 copy color: '#90072C'

red 144 ◦ green 7 ◦ blue 44

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

Shades of Burgundy #90072C

Tints of Burgundy #90072C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.56%

R = 73.85%
G = 3.59%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#90072C (or 0x90072C) is known color: Burgundy. HEX triplet: 90, 07 and 2C. RGB value is (144,7,44). Sum of RGB (Red+Green+Blue) = 144+7+44=195 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.85% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 144 - color contains mainly: red. Hex color #90072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90072C is #6FF8D3. Grayscale: #343434. Windows color (decimal): -7338196 or 2885520. OLE color: 2885520.

HSL color Cylindrical-coordinate representation of color #90072C: hue angle of 343.8º 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 #90072C is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 7 44 -
CMYK 0 0.95 0.69 0.44
HSL 343.8º 0.91% 0.3% -
HSV(B) 343.8º 0.95% 0.56% -
XYZ 12.03 6.26 2.96 -
YUV 52.18 123.39 193.49 -
System Red Green Blue C M Y K H S L
Decimal 144 7 44 0 0.95 0.69 0.44 343.8 0.91 0.3
Hex 90 7 2C 0 5F 45 2C 158 5B 1E
Octal 220 7 54 0 137 105 54 530 133 36
Binary 10010000 111 101100 0 1011111 1000101 101100 101011000 1011011 11110

Color Harmonies of #90072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90072C

Black with #90072C

Text Example


Text Example

White with #90072C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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