Html Css Color HEX #90062A Burgundy

📋 copy color: '#90062A'

red 144 ◦ green 6 ◦ blue 42

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

Shades of Burgundy #90062A

Tints of Burgundy #90062A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.88%

R = 75%
G = 3.13%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#90062A (or 0x90062A) is known color: Burgundy. HEX triplet: 90, 06 and 2A. RGB value is (144,6,42). Sum of RGB (Red+Green+Blue) = 144+6+42=192 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 144 - color contains mainly: red. Hex color #90062A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90062A is #6FF9D5. Grayscale: #333333. Windows color (decimal): -7338454 or 2754192. OLE color: 2754192.

HSL color Cylindrical-coordinate representation of color #90062A: hue angle of 344.35º 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 #90062A is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 6 42 -
CMYK 0 0.96 0.71 0.44
HSL 344.35º 0.92% 0.29% -
HSV(B) 344.35º 0.96% 0.56% -
XYZ 11.98 6.23 2.76 -
YUV 51.37 122.72 194.07 -
System Red Green Blue C M Y K H S L
Decimal 144 6 42 0 0.96 0.71 0.44 344.35 0.92 0.29
Hex 90 6 2A 0 60 47 2C 158 5C 1D
Octal 220 6 52 0 140 107 54 530 134 35
Binary 10010000 110 101010 0 1100000 1000111 101100 101011000 1011100 11101

Color Harmonies of #90062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90062A

Black with #90062A

Text Example


Text Example

White with #90062A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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