Html Css Color HEX #630302 Maroon

📋 copy color: '#630302'

red 99 ◦ green 3 ◦ blue 2

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

Shades of Maroon #630302

Tints of Maroon #630302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.92%

R = 95.19%
G = 2.88%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#630302 (or 0x630302) is known color: Maroon. HEX triplet: 63, 03 and 02. RGB value is (99,3,2). Sum of RGB (Red+Green+Blue) = 99+3+2=104 (13% of max value = 765). Red value is 99 (39.06% from 255 or 95.19% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 99 - color contains mainly: red. Hex color #630302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630302 is #9CFCFD. Grayscale: #1F1F1F. Windows color (decimal): -10288382 or 131939. OLE color: 131939.

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

Color convert

RGB 99 3 2 -
CMYK 0 0.97 0.98 0.61
HSL 0.62º 0.96% 0.2% -
HSV(B) 0.62º 0.98% 0.39% -
XYZ 5.19 2.72 0.31 -
YUV 31.59 111.3 176.08 -
System Red Green Blue C M Y K H S L
Decimal 99 3 2 0 0.97 0.98 0.61 0.62 0.96 0.2
Hex 63 3 2 0 61 62 3D 1 60 14
Octal 143 3 2 0 141 142 75 1 140 24
Binary 1100011 11 10 0 1100001 1100010 111101 1 1100000 10100

Color Harmonies of #630302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630302

Black with #630302

Text Example


Text Example

White with #630302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630302; }

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

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

background-color css

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

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

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

border-color css

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

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

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