Html Css Color HEX #631B17 Red Oxide

📋 copy color: '#631B17'

red 99 ◦ green 27 ◦ blue 23

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

Shades of Red Oxide #631B17

Tints of Red Oxide #631B17

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.12%

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

R = 66.44%
G = 18.12%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#631B17 (or 0x631B17) is known color: Red Oxide. HEX triplet: 63, 1B and 17. RGB value is (99,27,23). Sum of RGB (Red+Green+Blue) = 99+27+23=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #631B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631B17 is #9CE4E8. Grayscale: #303030. Windows color (decimal): -10282217 or 1514339. OLE color: 1514339.

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

Color convert

RGB 99 27 23 -
CMYK 0 0.73 0.77 0.61
HSL 3.16º 0.62% 0.24% -
HSV(B) 3.16º 0.77% 0.39% -
XYZ 5.69 3.5 1.19 -
YUV 48.07 113.85 164.33 -
System Red Green Blue C M Y K H S L
Decimal 99 27 23 0 0.73 0.77 0.61 3.16 0.62 0.24
Hex 63 1B 17 0 49 4D 3D 3 3E 18
Octal 143 33 27 0 111 115 75 3 76 30
Binary 1100011 11011 10111 0 1001001 1001101 111101 11 111110 11000

Color Harmonies of #631B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631B17

Black with #631B17

Text Example


Text Example

White with #631B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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