Html Css Color HEX #90062C Burgundy

📋 copy color: '#90062C'

red 144 ◦ green 6 ◦ blue 44

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

Shades of Burgundy #90062C

Tints of Burgundy #90062C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.68%

R = 74.23%
G = 3.09%
B = 22.68%

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

#90062C (or 0x90062C) is known color: Burgundy. HEX triplet: 90, 06 and 2C. RGB value is (144,6,44). Sum of RGB (Red+Green+Blue) = 144+6+44=194 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.23% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 144 - color contains mainly: red. Hex color #90062C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90062C is #6FF9D3. Grayscale: #333333. Windows color (decimal): -7338452 or 2885264. OLE color: 2885264.

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

Color convert

RGB 144 6 44 -
CMYK 0 0.96 0.69 0.44
HSL 343.48º 0.92% 0.29% -
HSV(B) 343.48º 0.96% 0.56% -
XYZ 12.02 6.24 2.95 -
YUV 51.59 123.72 193.91 -
System Red Green Blue C M Y K H S L
Decimal 144 6 44 0 0.96 0.69 0.44 343.48 0.92 0.29
Hex 90 6 2C 0 60 45 2C 157 5C 1D
Octal 220 6 54 0 140 105 54 527 134 35
Binary 10010000 110 101100 0 1100000 1000101 101100 101010111 1011100 11101

Color Harmonies of #90062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90062C

Black with #90062C

Text Example


Text Example

White with #90062C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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