Html Css Color HEX #90102D Burgundy

📋 copy color: '#90102D'

red 144 ◦ green 16 ◦ blue 45

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

Shades of Burgundy #90102D

Tints of Burgundy #90102D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.8%

 BLUE value IS 45 (17.97% from 255) = 21.95%

R = 70.24%
G = 7.8%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#90102D (or 0x90102D) is known color: Burgundy. HEX triplet: 90, 10 and 2D. RGB value is (144,16,45). Sum of RGB (Red+Green+Blue) = 144+16+45=205 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.24% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 144 - color contains mainly: red. Hex color #90102D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90102D is #6FEFD2. Grayscale: #393939. Windows color (decimal): -7335891 or 2953360. OLE color: 2953360.

HSL color Cylindrical-coordinate representation of color #90102D: hue angle of 346.41º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90102D is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 16 45 -
CMYK 0 0.89 0.69 0.44
HSL 346.41º 0.8% 0.31% -
HSV(B) 346.41º 0.89% 0.56% -
XYZ 12.16 6.49 3.09 -
YUV 57.58 120.91 189.64 -
System Red Green Blue C M Y K H S L
Decimal 144 16 45 0 0.89 0.69 0.44 346.41 0.8 0.31
Hex 90 10 2D 0 59 45 2C 15A 50 1F
Octal 220 20 55 0 131 105 54 532 120 37
Binary 10010000 10000 101101 0 1011001 1000101 101100 101011010 1010000 11111

Color Harmonies of #90102D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90102D

Black with #90102D

Text Example


Text Example

White with #90102D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90102D; }

 p { color: rgb(144,16,45); }

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

background-color css

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

 a { background-color: rgb(144,16,45); }

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

border-color css

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

 span { border-color: rgb(144,16,45); }

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