Html Css Color HEX #631302 Red Oxide

📋 copy color: '#631302'

red 99 ◦ green 19 ◦ blue 2

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

Shades of Red Oxide #631302

Tints of Red Oxide #631302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.83%

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

R = 82.5%
G = 15.83%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#631302 (or 0x631302) is known color: Red Oxide. HEX triplet: 63, 13 and 02. RGB value is (99,19,2). Sum of RGB (Red+Green+Blue) = 99+19+2=120 (15% of max value = 765). Red value is 99 (39.06% from 255 or 82.5% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 99 - color contains mainly: red. Hex color #631302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631302 is #9CECFD. Grayscale: #292929. Windows color (decimal): -10284286 or 136035. OLE color: 136035.

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

Color convert

RGB 99 19 2 -
CMYK 0 0.81 0.98 0.61
HSL 10.52º 0.96% 0.2% -
HSV(B) 10.52º 0.98% 0.39% -
XYZ 5.39 3.12 0.38 -
YUV 40.98 106 169.38 -
System Red Green Blue C M Y K H S L
Decimal 99 19 2 0 0.81 0.98 0.61 10.52 0.96 0.2
Hex 63 13 2 0 51 62 3D B 60 14
Octal 143 23 2 0 121 142 75 13 140 24
Binary 1100011 10011 10 0 1010001 1100010 111101 1011 1100000 10100

Color Harmonies of #631302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631302

Black with #631302

Text Example


Text Example

White with #631302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631302; }

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

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

background-color css

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

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

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

border-color css

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

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

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