Html Css Color HEX #631A19 Red Oxide

📋 copy color: '#631A19'

red 99 ◦ green 26 ◦ blue 25

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

Shades of Red Oxide #631A19

Tints of Red Oxide #631A19

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.33%

 BLUE value IS 25 (10.16% from 255) = 16.67%

R = 66%
G = 17.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#631A19 (or 0x631A19) is known color: Red Oxide. HEX triplet: 63, 1A and 19. RGB value is (99,26,25). Sum of RGB (Red+Green+Blue) = 99+26+25=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #631A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631A19 is #9CE5E6. Grayscale: #2F2F2F. Windows color (decimal): -10282471 or 1645155. OLE color: 1645155.

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

Color convert

RGB 99 26 25 -
CMYK 0 0.74 0.75 0.61
HSL 0.81º 0.6% 0.24% -
HSV(B) 0.81º 0.75% 0.39% -
XYZ 5.69 3.46 1.29 -
YUV 47.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 99 26 25 0 0.74 0.75 0.61 0.81 0.6 0.24
Hex 63 1A 19 0 4A 4B 3D 1 3C 18
Octal 143 32 31 0 112 113 75 1 74 30
Binary 1100011 11010 11001 0 1001010 1001011 111101 1 111100 11000

Color Harmonies of #631A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631A19

Black with #631A19

Text Example


Text Example

White with #631A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,26,25); }

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

background-color css

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

 a { background-color: rgb(99,26,25); }

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

border-color css

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

 span { border-color: rgb(99,26,25); }

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