Html Css Color HEX #631D1B Red Oxide

📋 copy color: '#631D1B'

red 99 ◦ green 29 ◦ blue 27

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

Shades of Red Oxide #631D1B

Tints of Red Oxide #631D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.42%

R = 63.87%
G = 18.71%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#631D1B (or 0x631D1B) is known color: Red Oxide. HEX triplet: 63, 1D and 1B. RGB value is (99,29,27). Sum of RGB (Red+Green+Blue) = 99+29+27=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #631D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631D1B is #9CE2E4. Grayscale: #313131. Windows color (decimal): -10281701 or 1776995. OLE color: 1776995.

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

Color convert

RGB 99 29 27 -
CMYK 0 0.71 0.73 0.61
HSL 1.67º 0.57% 0.25% -
HSV(B) 1.67º 0.73% 0.39% -
XYZ 5.78 3.61 1.43 -
YUV 49.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 99 29 27 0 0.71 0.73 0.61 1.67 0.57 0.25
Hex 63 1D 1B 0 47 49 3D 2 39 19
Octal 143 35 33 0 107 111 75 2 71 31
Binary 1100011 11101 11011 0 1000111 1001001 111101 10 111001 11001

Color Harmonies of #631D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631D1B

Black with #631D1B

Text Example


Text Example

White with #631D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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