Html Css Color HEX #900238 Burgundy

📋 copy color: '#900238'

red 144 ◦ green 2 ◦ blue 56

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

Shades of Burgundy #900238

Tints of Burgundy #900238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.72%

R = 71.29%
G = 0.99%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#900238 (or 0x900238) is known color: Burgundy. HEX triplet: 90, 02 and 38. RGB value is (144,2,56). Sum of RGB (Red+Green+Blue) = 144+2+56=202 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.29% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 144 - color contains mainly: red. Hex color #900238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900238 is #6FFDC7. Grayscale: #323232. Windows color (decimal): -7339464 or 3670672. OLE color: 3670672.

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

Color convert

RGB 144 2 56 -
CMYK 0 0.99 0.61 0.44
HSL 337.18º 0.97% 0.29% -
HSV(B) 337.18º 0.99% 0.56% -
XYZ 12.24 6.26 4.3 -
YUV 50.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 144 2 56 0 0.99 0.61 0.44 337.18 0.97 0.29
Hex 90 2 38 0 63 3D 2C 151 61 1D
Octal 220 2 70 0 143 75 54 521 141 35
Binary 10010000 10 111000 0 1100011 111101 101100 101010001 1100001 11101

Color Harmonies of #900238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900238

Black with #900238

Text Example


Text Example

White with #900238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900238; }

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

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

background-color css

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

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

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

border-color css

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

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

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