Html Css Color HEX #631D12 Red Oxide

📋 copy color: '#631D12'

red 99 ◦ green 29 ◦ blue 18

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

Shades of Red Oxide #631D12

Tints of Red Oxide #631D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.86%

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

R = 67.81%
G = 19.86%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#631D12 (or 0x631D12) is known color: Red Oxide. HEX triplet: 63, 1D and 12. RGB value is (99,29,18). Sum of RGB (Red+Green+Blue) = 99+29+18=146 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.81% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 99 - color contains mainly: red. Hex color #631D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631D12 is #9CE2ED. Grayscale: #303030. Windows color (decimal): -10281710 or 1187171. OLE color: 1187171.

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

Color convert

RGB 99 29 18 -
CMYK 0 0.71 0.82 0.61
HSL 8.15º 0.69% 0.23% -
HSV(B) 8.15º 0.82% 0.39% -
XYZ 5.69 3.58 0.96 -
YUV 48.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 99 29 18 0 0.71 0.82 0.61 8.15 0.69 0.23
Hex 63 1D 12 0 47 52 3D 8 45 17
Octal 143 35 22 0 107 122 75 10 105 27
Binary 1100011 11101 10010 0 1000111 1010010 111101 1000 1000101 10111

Color Harmonies of #631D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631D12

Black with #631D12

Text Example


Text Example

White with #631D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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