Html Css Color HEX #90072F Burgundy

📋 copy color: '#90072F'

red 144 ◦ green 7 ◦ blue 47

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

Shades of Burgundy #90072F

Tints of Burgundy #90072F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.74%

R = 72.73%
G = 3.54%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#90072F (or 0x90072F) is known color: Burgundy. HEX triplet: 90, 07 and 2F. RGB value is (144,7,47). Sum of RGB (Red+Green+Blue) = 144+7+47=198 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.73% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 144 - color contains mainly: red. Hex color #90072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90072F is #6FF8D0. Grayscale: #343434. Windows color (decimal): -7338193 or 3082128. OLE color: 3082128.

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

Color convert

RGB 144 7 47 -
CMYK 0 0.95 0.67 0.44
HSL 342.48º 0.91% 0.3% -
HSV(B) 342.48º 0.95% 0.56% -
XYZ 12.09 6.29 3.27 -
YUV 52.52 124.89 193.25 -
System Red Green Blue C M Y K H S L
Decimal 144 7 47 0 0.95 0.67 0.44 342.48 0.91 0.3
Hex 90 7 2F 0 5F 43 2C 156 5B 1E
Octal 220 7 57 0 137 103 54 526 133 36
Binary 10010000 111 101111 0 1011111 1000011 101100 101010110 1011011 11110

Color Harmonies of #90072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90072F

Black with #90072F

Text Example


Text Example

White with #90072F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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