Html Css Color HEX #900335 Burgundy

📋 copy color: '#900335'

red 144 ◦ green 3 ◦ blue 53

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

Shades of Burgundy #900335

Tints of Burgundy #900335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 26.5%

R = 72%
G = 1.5%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#900335 (or 0x900335) is known color: Burgundy. HEX triplet: 90, 03 and 35. RGB value is (144,3,53). Sum of RGB (Red+Green+Blue) = 144+3+53=200 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 144 - color contains mainly: red. Hex color #900335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900335 is #6FFCCA. Grayscale: #323232. Windows color (decimal): -7339211 or 3474320. OLE color: 3474320.

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

Color convert

RGB 144 3 53 -
CMYK 0 0.98 0.63 0.44
HSL 338.72º 0.96% 0.29% -
HSV(B) 338.72º 0.98% 0.56% -
XYZ 12.18 6.25 3.93 -
YUV 50.86 129.21 194.43 -
System Red Green Blue C M Y K H S L
Decimal 144 3 53 0 0.98 0.63 0.44 338.72 0.96 0.29
Hex 90 3 35 0 62 3F 2C 153 60 1D
Octal 220 3 65 0 142 77 54 523 140 35
Binary 10010000 11 110101 0 1100010 111111 101100 101010011 1100000 11101

Color Harmonies of #900335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900335

Black with #900335

Text Example


Text Example

White with #900335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900335; }

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

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

background-color css

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

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

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

border-color css

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

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

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