Html Css Color HEX #631102 Red Oxide

📋 copy color: '#631102'

red 99 ◦ green 17 ◦ blue 2

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

Shades of Red Oxide #631102

Tints of Red Oxide #631102

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.41%

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

R = 83.9%
G = 14.41%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#631102 (or 0x631102) is known color: Red Oxide. HEX triplet: 63, 11 and 02. RGB value is (99,17,2). Sum of RGB (Red+Green+Blue) = 99+17+2=118 (15% of max value = 765). Red value is 99 (39.06% from 255 or 83.90% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 99 - color contains mainly: red. Hex color #631102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631102 is #9CEEFD. Grayscale: #272727. Windows color (decimal): -10284798 or 135523. OLE color: 135523.

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

Color convert

RGB 99 17 2 -
CMYK 0 0.83 0.98 0.61
HSL 9.28º 0.96% 0.2% -
HSV(B) 9.28º 0.98% 0.39% -
XYZ 5.36 3.06 0.37 -
YUV 39.81 106.67 170.22 -
System Red Green Blue C M Y K H S L
Decimal 99 17 2 0 0.83 0.98 0.61 9.28 0.96 0.2
Hex 63 11 2 0 53 62 3D 9 60 14
Octal 143 21 2 0 123 142 75 11 140 24
Binary 1100011 10001 10 0 1010011 1100010 111101 1001 1100000 10100

Color Harmonies of #631102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631102

Black with #631102

Text Example


Text Example

White with #631102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631102; }

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

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

background-color css

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

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

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

border-color css

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

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

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