Html Css Color HEX #90062D Burgundy

📋 copy color: '#90062D'

red 144 ◦ green 6 ◦ blue 45

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

Shades of Burgundy #90062D

Tints of Burgundy #90062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.08%

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

R = 73.85%
G = 3.08%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#90062D (or 0x90062D) is known color: Burgundy. HEX triplet: 90, 06 and 2D. RGB value is (144,6,45). Sum of RGB (Red+Green+Blue) = 144+6+45=195 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.85% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 144 - color contains mainly: red. Hex color #90062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90062D is #6FF9D2. Grayscale: #333333. Windows color (decimal): -7338451 or 2950800. OLE color: 2950800.

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

Color convert

RGB 144 6 45 -
CMYK 0 0.96 0.69 0.44
HSL 343.04º 0.92% 0.29% -
HSV(B) 343.04º 0.96% 0.56% -
XYZ 12.04 6.25 3.05 -
YUV 51.71 124.22 193.83 -
System Red Green Blue C M Y K H S L
Decimal 144 6 45 0 0.96 0.69 0.44 343.04 0.92 0.29
Hex 90 6 2D 0 60 45 2C 157 5C 1D
Octal 220 6 55 0 140 105 54 527 134 35
Binary 10010000 110 101101 0 1100000 1000101 101100 101010111 1011100 11101

Color Harmonies of #90062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90062D

Black with #90062D

Text Example


Text Example

White with #90062D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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