Html Css Color HEX #900330 Burgundy

📋 copy color: '#900330'

red 144 ◦ green 3 ◦ blue 48

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

Shades of Burgundy #900330

Tints of Burgundy #900330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.54%

 BLUE value IS 48 (19.14% from 255) = 24.62%

R = 73.85%
G = 1.54%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#900330 (or 0x900330) is known color: Burgundy. HEX triplet: 90, 03 and 30. RGB value is (144,3,48). Sum of RGB (Red+Green+Blue) = 144+3+48=195 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.85% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 144 - color contains mainly: red. Hex color #900330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900330 is #6FFCCF. Grayscale: #323232. Windows color (decimal): -7339216 or 3146640. OLE color: 3146640.

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

Color convert

RGB 144 3 48 -
CMYK 0 0.98 0.67 0.44
HSL 340.85º 0.96% 0.29% -
HSV(B) 340.85º 0.98% 0.56% -
XYZ 12.07 6.21 3.36 -
YUV 50.29 126.71 194.84 -
System Red Green Blue C M Y K H S L
Decimal 144 3 48 0 0.98 0.67 0.44 340.85 0.96 0.29
Hex 90 3 30 0 62 43 2C 155 60 1D
Octal 220 3 60 0 142 103 54 525 140 35
Binary 10010000 11 110000 0 1100010 1000011 101100 101010101 1100000 11101

Color Harmonies of #900330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900330

Black with #900330

Text Example


Text Example

White with #900330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900330; }

 p { color: rgb(144,3,48); }

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

background-color css

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

 a { background-color: rgb(144,3,48); }

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

border-color css

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

 span { border-color: rgb(144,3,48); }

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