#630F0E

Color #630F0E Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #630F0E

Tints of Red Oxide #630F0E

Color information

#630F0E (or 0x630F0E) is unknown color: approx Red Oxide. HEX triplet: 63, 0F and 0E. RGB value is (99,15,14). Sum of RGB (Red+Green+Blue) = 99+15+14=128 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.34% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 99 - color contains mainly: red. Hex color #630F0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630F0E is #9CF0F1. Grayscale: #282828. Windows color (decimal): -10285298 or 921443. OLE color: 921443.

HSL color Cylindrical-coordinate representation of color #630F0E: hue angle of 0.71º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #630F0E is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB991514-
CMYK00.850.860.61
HSL0.71º75.22%22.16%-
HSV(B)0.71º85.86%38.82%-
XYZ5.43.030.72-
YUV40113.33170.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 77.34%
GREEN value IS 15 (6.25% from 255) = 11.72%
BLUE value IS 14 (5.86% from 255) = 10.94%
R=77.34%
G=11.72%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99151400.850.860.610.7175.2222.16
Hex63FE055563D14b16
Octal1431716012512675111326
Binary1100011111111100101010110101101111011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630F0E; }

 p { color: rgb(99,15,14); }

 H1.HeaderClassName
 {
   color: #630F0E;
 }
 .AnyTagClassName
 {
   color: #630F0E;
 }
</style>
background-color css

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

 a { background-color: rgb(99,15,14); }

 div.DivClassName
 {
   background-color: #630F0E;
 }
 .BgClassName
 {
   background-color: #630F0E;
 }
</style>
border-color css

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

 span { border-color: rgb(99,15,14); }

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