Html Css Color HEX #90062F Burgundy

📋 copy color: '#90062F'

red 144 ◦ green 6 ◦ blue 47

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

Shades of Burgundy #90062F

Tints of Burgundy #90062F

RGB

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

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

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

R = 73.1%
G = 3.05%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#90062F (or 0x90062F) is known color: Burgundy. HEX triplet: 90, 06 and 2F. RGB value is (144,6,47). Sum of RGB (Red+Green+Blue) = 144+6+47=197 (26% of max value = 765). Red value is 144 (56.64% from 255 or 73.10% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 144 - color contains mainly: red. Hex color #90062F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90062F is #6FF9D0. Grayscale: #333333. Windows color (decimal): -7338449 or 3081872. OLE color: 3081872.

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

Color convert

RGB 144 6 47 -
CMYK 0 0.96 0.67 0.44
HSL 342.17º 0.92% 0.29% -
HSV(B) 342.17º 0.96% 0.56% -
XYZ 12.08 6.26 3.26 -
YUV 51.94 125.22 193.67 -
System Red Green Blue C M Y K H S L
Decimal 144 6 47 0 0.96 0.67 0.44 342.17 0.92 0.29
Hex 90 6 2F 0 60 43 2C 156 5C 1D
Octal 220 6 57 0 140 103 54 526 134 35
Binary 10010000 110 101111 0 1100000 1000011 101100 101010110 1011100 11101

Color Harmonies of #90062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90062F

Black with #90062F

Text Example


Text Example

White with #90062F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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