Html Css Color HEX #631C0E Red Oxide

📋 copy color: '#631C0E'

red 99 ◦ green 28 ◦ blue 14

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

Shades of Red Oxide #631C0E

Tints of Red Oxide #631C0E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.86%

 BLUE value IS 14 (5.86% from 255) = 9.93%

R = 70.21%
G = 19.86%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#631C0E (or 0x631C0E) is known color: Red Oxide. HEX triplet: 63, 1C and 0E. RGB value is (99,28,14). Sum of RGB (Red+Green+Blue) = 99+28+14=141 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.21% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 99 - color contains mainly: red. Hex color #631C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631C0E is #9CE3F1. Grayscale: #2F2F2F. Windows color (decimal): -10281970 or 924771. OLE color: 924771.

HSL color Cylindrical-coordinate representation of color #631C0E: hue angle of 9.88º 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 #631C0E is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 28 14 -
CMYK 0 0.72 0.86 0.61
HSL 9.88º 0.75% 0.22% -
HSV(B) 9.88º 0.86% 0.39% -
XYZ 5.64 3.51 0.8 -
YUV 47.63 109.02 164.64 -
System Red Green Blue C M Y K H S L
Decimal 99 28 14 0 0.72 0.86 0.61 9.88 0.75 0.22
Hex 63 1C E 0 48 56 3D A 4B 16
Octal 143 34 16 0 110 126 75 12 113 26
Binary 1100011 11100 1110 0 1001000 1010110 111101 1010 1001011 10110

Color Harmonies of #631C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631C0E

Black with #631C0E

Text Example


Text Example

White with #631C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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