Html Css Color HEX #631F17 Red Oxide

📋 copy color: '#631F17'

red 99 ◦ green 31 ◦ blue 23

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

Shades of Red Oxide #631F17

Tints of Red Oxide #631F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.26%

 BLUE value IS 23 (9.38% from 255) = 15.03%

R = 64.71%
G = 20.26%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#631F17 (or 0x631F17) is known color: Red Oxide. HEX triplet: 63, 1F and 17. RGB value is (99,31,23). Sum of RGB (Red+Green+Blue) = 99+31+23=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #631F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631F17 is #9CE0E8. Grayscale: #323232. Windows color (decimal): -10281193 or 1515363. OLE color: 1515363.

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

Color convert

RGB 99 31 23 -
CMYK 0 0.69 0.77 0.61
HSL 6.32º 0.62% 0.24% -
HSV(B) 6.32º 0.77% 0.39% -
XYZ 5.79 3.69 1.22 -
YUV 50.42 112.53 162.65 -
System Red Green Blue C M Y K H S L
Decimal 99 31 23 0 0.69 0.77 0.61 6.32 0.62 0.24
Hex 63 1F 17 0 45 4D 3D 6 3E 18
Octal 143 37 27 0 105 115 75 6 76 30
Binary 1100011 11111 10111 0 1000101 1001101 111101 110 111110 11000

Color Harmonies of #631F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631F17

Black with #631F17

Text Example


Text Example

White with #631F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,31,23); }

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

background-color css

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

 a { background-color: rgb(99,31,23); }

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

border-color css

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

 span { border-color: rgb(99,31,23); }

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