Html Css Color HEX #630223 Burgundy

📋 copy color: '#630223'

red 99 ◦ green 2 ◦ blue 35

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

Shades of Burgundy #630223

Tints of Burgundy #630223

RGB

 RED value IS 99 (39.06% from 255) = 72.79%

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

 BLUE value IS 35 (14.06% from 255) = 25.74%

R = 72.79%
G = 1.47%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.61

RGB Variations

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

Color information

#630223 (or 0x630223) is known color: Burgundy. HEX triplet: 63, 02 and 23. RGB value is (99,2,35). Sum of RGB (Red+Green+Blue) = 99+2+35=136 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.79% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 99 - color contains mainly: red. Hex color #630223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630223 is #9CFDDC. Grayscale: #222222. Windows color (decimal): -10288605 or 2294371. OLE color: 2294371.

HSL color Cylindrical-coordinate representation of color #630223: hue angle of 339.59º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630223 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 2 35 -
CMYK 0 0.98 0.65 0.61
HSL 339.59º 0.96% 0.2% -
HSV(B) 339.59º 0.98% 0.39% -
XYZ 5.47 2.82 1.85 -
YUV 34.77 128.14 173.82 -
System Red Green Blue C M Y K H S L
Decimal 99 2 35 0 0.98 0.65 0.61 339.59 0.96 0.2
Hex 63 2 23 0 62 41 3D 154 60 14
Octal 143 2 43 0 142 101 75 524 140 24
Binary 1100011 10 100011 0 1100010 1000001 111101 101010100 1100000 10100

Color Harmonies of #630223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630223

Black with #630223

Text Example


Text Example

White with #630223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630223; }

 p { color: rgb(99,2,35); }

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

background-color css

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

 a { background-color: rgb(99,2,35); }

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

border-color css

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

 span { border-color: rgb(99,2,35); }

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