Html Css Color HEX #90023D Burgundy

📋 copy color: '#90023D'

red 144 ◦ green 2 ◦ blue 61

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

Shades of Burgundy #90023D

Tints of Burgundy #90023D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

 BLUE value IS 61 (24.22% from 255) = 29.47%

R = 69.57%
G = 0.97%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#90023D (or 0x90023D) is known color: Burgundy. HEX triplet: 90, 02 and 3D. RGB value is (144,2,61). Sum of RGB (Red+Green+Blue) = 144+2+61=207 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.57% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 144 - color contains mainly: red. Hex color #90023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90023D is #6FFDC2. Grayscale: #333333. Windows color (decimal): -7339459 or 3998352. OLE color: 3998352.

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

Color convert

RGB 144 2 61 -
CMYK 0 0.99 0.58 0.44
HSL 335.07º 0.97% 0.29% -
HSV(B) 335.07º 0.99% 0.56% -
XYZ 12.37 6.31 4.98 -
YUV 51.18 133.54 194.2 -
System Red Green Blue C M Y K H S L
Decimal 144 2 61 0 0.99 0.58 0.44 335.07 0.97 0.29
Hex 90 2 3D 0 63 3A 2C 14F 61 1D
Octal 220 2 75 0 143 72 54 517 141 35
Binary 10010000 10 111101 0 1100011 111010 101100 101001111 1100001 11101

Color Harmonies of #90023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90023D

Black with #90023D

Text Example


Text Example

White with #90023D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,2,61); }

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

background-color css

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

 a { background-color: rgb(144,2,61); }

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

border-color css

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

 span { border-color: rgb(144,2,61); }

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