Html Css Color HEX #630023 Burgundy

📋 copy color: '#630023'

red 99 ◦ green 0 ◦ blue 35

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

Shades of Burgundy #630023

Tints of Burgundy #630023

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.88%
G = 0%
B = 26.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.61

RGB Variations

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

Color information

#630023 (or 0x630023) is known color: Burgundy. HEX triplet: 63, 00 and 23. RGB value is (99,0,35). Sum of RGB (Red+Green+Blue) = 99+0+35=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #630023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630023 is #9CFFDC. Grayscale: #212121. Windows color (decimal): -10289117 or 2293859. OLE color: 2293859.

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

Color convert

RGB 99 0 35 -
CMYK 0 1 0.65 0.61
HSL 338.79º 1% 0.19% -
HSV(B) 338.79º 1% 0.39% -
XYZ 5.45 2.77 1.84 -
YUV 33.59 128.8 174.65 -
System Red Green Blue C M Y K H S L
Decimal 99 0 35 0 1 0.65 0.61 338.79 1 0.19
Hex 63 0 23 0 64 41 3D 153 64 13
Octal 143 0 43 0 144 101 75 523 144 23
Binary 1100011 0 100011 0 1100100 1000001 111101 101010011 1100100 10011

Color Harmonies of #630023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630023

Black with #630023

Text Example


Text Example

White with #630023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630023; }

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

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

background-color css

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

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

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

border-color css

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

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

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