Html Css Color HEX #900230 Burgundy

📋 copy color: '#900230'

red 144 ◦ green 2 ◦ blue 48

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

Shades of Burgundy #900230

Tints of Burgundy #900230

RGB

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

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

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

R = 74.23%
G = 1.03%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#900230 (or 0x900230) is known color: Burgundy. HEX triplet: 90, 02 and 30. RGB value is (144,2,48). Sum of RGB (Red+Green+Blue) = 144+2+48=194 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.23% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 144 - color contains mainly: red. Hex color #900230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900230 is #6FFDCF. Grayscale: #313131. Windows color (decimal): -7339472 or 3146384. OLE color: 3146384.

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

Color convert

RGB 144 2 48 -
CMYK 0 0.99 0.67 0.44
HSL 340.56º 0.97% 0.29% -
HSV(B) 340.56º 0.99% 0.56% -
XYZ 12.06 6.19 3.35 -
YUV 49.7 127.04 195.26 -
System Red Green Blue C M Y K H S L
Decimal 144 2 48 0 0.99 0.67 0.44 340.56 0.97 0.29
Hex 90 2 30 0 63 43 2C 155 61 1D
Octal 220 2 60 0 143 103 54 525 141 35
Binary 10010000 10 110000 0 1100011 1000011 101100 101010101 1100001 11101

Color Harmonies of #900230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900230

Black with #900230

Text Example


Text Example

White with #900230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900230; }

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

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

background-color css

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

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

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

border-color css

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

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

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