Html Css Color HEX #631C12 Red Oxide

📋 copy color: '#631C12'

red 99 ◦ green 28 ◦ blue 18

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

Shades of Red Oxide #631C12

Tints of Red Oxide #631C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.41%

R = 68.28%
G = 19.31%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#631C12 (or 0x631C12) is known color: Red Oxide. HEX triplet: 63, 1C and 12. RGB value is (99,28,18). Sum of RGB (Red+Green+Blue) = 99+28+18=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #631C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631C12 is #9CE3ED. Grayscale: #303030. Windows color (decimal): -10281966 or 1186915. OLE color: 1186915.

HSL color Cylindrical-coordinate representation of color #631C12: hue angle of 7.41º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #631C12 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 28 18 -
CMYK 0 0.72 0.82 0.61
HSL 7.41º 0.69% 0.23% -
HSV(B) 7.41º 0.82% 0.39% -
XYZ 5.67 3.53 0.95 -
YUV 48.09 111.02 164.31 -
System Red Green Blue C M Y K H S L
Decimal 99 28 18 0 0.72 0.82 0.61 7.41 0.69 0.23
Hex 63 1C 12 0 48 52 3D 7 45 17
Octal 143 34 22 0 110 122 75 7 105 27
Binary 1100011 11100 10010 0 1001000 1010010 111101 111 1000101 10111

Color Harmonies of #631C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631C12

Black with #631C12

Text Example


Text Example

White with #631C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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