Html Css Color HEX #631D1C Red Oxide

📋 copy color: '#631D1C'

red 99 ◦ green 29 ◦ blue 28

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

Shades of Red Oxide #631D1C

Tints of Red Oxide #631D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.95%

R = 63.46%
G = 18.59%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#631D1C (or 0x631D1C) is known color: Red Oxide. HEX triplet: 63, 1D and 1C. RGB value is (99,29,28). Sum of RGB (Red+Green+Blue) = 99+29+28=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #631D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631D1C is #9CE2E3. Grayscale: #313131. Windows color (decimal): -10281700 or 1842531. OLE color: 1842531.

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

Color convert

RGB 99 29 28 -
CMYK 0 0.71 0.72 0.61
HSL 0.85º 0.56% 0.25% -
HSV(B) 0.85º 0.72% 0.39% -
XYZ 5.79 3.62 1.49 -
YUV 49.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 99 29 28 0 0.71 0.72 0.61 0.85 0.56 0.25
Hex 63 1D 1C 0 47 48 3D 1 38 19
Octal 143 35 34 0 107 110 75 1 70 31
Binary 1100011 11101 11100 0 1000111 1001000 111101 1 111000 11001

Color Harmonies of #631D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631D1C

Black with #631D1C

Text Example


Text Example

White with #631D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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