Html Css Color HEX #631602 Red Oxide

📋 copy color: '#631602'

red 99 ◦ green 22 ◦ blue 2

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

Shades of Red Oxide #631602

Tints of Red Oxide #631602

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.89%

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

R = 80.49%
G = 17.89%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#631602 (or 0x631602) is known color: Red Oxide. HEX triplet: 63, 16 and 02. RGB value is (99,22,2). Sum of RGB (Red+Green+Blue) = 99+22+2=123 (16% of max value = 765). Red value is 99 (39.06% from 255 or 80.49% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 99 - color contains mainly: red. Hex color #631602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631602 is #9CE9FD. Grayscale: #2A2A2A. Windows color (decimal): -10283518 or 136803. OLE color: 136803.

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

Color convert

RGB 99 22 2 -
CMYK 0 0.78 0.98 0.61
HSL 12.37º 0.96% 0.2% -
HSV(B) 12.37º 0.98% 0.39% -
XYZ 5.44 3.23 0.39 -
YUV 42.74 105.01 168.13 -
System Red Green Blue C M Y K H S L
Decimal 99 22 2 0 0.78 0.98 0.61 12.37 0.96 0.2
Hex 63 16 2 0 4E 62 3D C 60 14
Octal 143 26 2 0 116 142 75 14 140 24
Binary 1100011 10110 10 0 1001110 1100010 111101 1100 1100000 10100

Color Harmonies of #631602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631602

Black with #631602

Text Example


Text Example

White with #631602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631602; }

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

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

background-color css

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

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

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

border-color css

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

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

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