Html Css Color HEX #90102F Burgundy

📋 copy color: '#90102F'

red 144 ◦ green 16 ◦ blue 47

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

Shades of Burgundy #90102F

Tints of Burgundy #90102F

RGB

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

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

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

R = 69.57%
G = 7.73%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#90102F (or 0x90102F) is known color: Burgundy. HEX triplet: 90, 10 and 2F. RGB value is (144,16,47). Sum of RGB (Red+Green+Blue) = 144+16+47=207 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.57% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 144 - color contains mainly: red. Hex color #90102F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90102F is #6FEFD0. Grayscale: #393939. Windows color (decimal): -7335889 or 3084432. OLE color: 3084432.

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

Color convert

RGB 144 16 47 -
CMYK 0 0.89 0.67 0.44
HSL 345.47º 0.8% 0.31% -
HSV(B) 345.47º 0.89% 0.56% -
XYZ 12.2 6.51 3.3 -
YUV 57.81 121.91 189.48 -
System Red Green Blue C M Y K H S L
Decimal 144 16 47 0 0.89 0.67 0.44 345.47 0.8 0.31
Hex 90 10 2F 0 59 43 2C 159 50 1F
Octal 220 20 57 0 131 103 54 531 120 37
Binary 10010000 10000 101111 0 1011001 1000011 101100 101011001 1010000 11111

Color Harmonies of #90102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90102F

Black with #90102F

Text Example


Text Example

White with #90102F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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