Html Css Color HEX #631413 Red Oxide

📋 copy color: '#631413'

red 99 ◦ green 20 ◦ blue 19

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

Shades of Red Oxide #631413

Tints of Red Oxide #631413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.49%

 BLUE value IS 19 (7.81% from 255) = 13.77%

R = 71.74%
G = 14.49%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#631413 (or 0x631413) is known color: Red Oxide. HEX triplet: 63, 14 and 13. RGB value is (99,20,19). Sum of RGB (Red+Green+Blue) = 99+20+19=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #631413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631413 is #9CEBEC. Grayscale: #2B2B2B. Windows color (decimal): -10284013 or 1250403. OLE color: 1250403.

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

Color convert

RGB 99 20 19 -
CMYK 0 0.80 0.81 0.61
HSL 0.75º 0.68% 0.23% -
HSV(B) 0.75º 0.81% 0.39% -
XYZ 5.51 3.2 0.94 -
YUV 43.51 114.17 167.58 -
System Red Green Blue C M Y K H S L
Decimal 99 20 19 0 0.80 0.81 0.61 0.75 0.68 0.23
Hex 63 14 13 0 50 51 3D 1 44 17
Octal 143 24 23 0 120 121 75 1 104 27
Binary 1100011 10100 10011 0 1010000 1010001 111101 1 1000100 10111

Color Harmonies of #631413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631413

Black with #631413

Text Example


Text Example

White with #631413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631413; }

 p { color: rgb(99,20,19); }

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

background-color css

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

 a { background-color: rgb(99,20,19); }

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

border-color css

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

 span { border-color: rgb(99,20,19); }

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