Html Css Color HEX #631907 Red Oxide

📋 copy color: '#631907'

red 99 ◦ green 25 ◦ blue 7

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

Shades of Red Oxide #631907

Tints of Red Oxide #631907

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.08%

 BLUE value IS 7 (3.13% from 255) = 5.34%

R = 75.57%
G = 19.08%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.61

RGB Variations

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

Color information

#631907 (or 0x631907) is known color: Red Oxide. HEX triplet: 63, 19 and 07. RGB value is (99,25,7). Sum of RGB (Red+Green+Blue) = 99+25+7=131 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75.57% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 99 - color contains mainly: red. Hex color #631907 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631907 is #9CE6F8. Grayscale: #2D2D2D. Windows color (decimal): -10282745 or 465251. OLE color: 465251.

HSL color Cylindrical-coordinate representation of color #631907: hue angle of 11.74º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #631907 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 25 7 -
CMYK 0 0.75 0.93 0.61
HSL 11.74º 0.87% 0.21% -
HSV(B) 11.74º 0.93% 0.39% -
XYZ 5.53 3.36 0.56 -
YUV 45.07 106.52 166.46 -
System Red Green Blue C M Y K H S L
Decimal 99 25 7 0 0.75 0.93 0.61 11.74 0.87 0.21
Hex 63 19 7 0 4B 5D 3D C 57 15
Octal 143 31 7 0 113 135 75 14 127 25
Binary 1100011 11001 111 0 1001011 1011101 111101 1100 1010111 10101

Color Harmonies of #631907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631907

Black with #631907

Text Example


Text Example

White with #631907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631907; }

 p { color: rgb(99,25,7); }

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

background-color css

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

 a { background-color: rgb(99,25,7); }

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

border-color css

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

 span { border-color: rgb(99,25,7); }

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