Html Css Color HEX #631805 Red Oxide

📋 copy color: '#631805'

red 99 ◦ green 24 ◦ blue 5

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

Shades of Red Oxide #631805

Tints of Red Oxide #631805

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.75%

 BLUE value IS 5 (2.34% from 255) = 3.91%

R = 77.34%
G = 18.75%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#631805 (or 0x631805) is known color: Red Oxide. HEX triplet: 63, 18 and 05. RGB value is (99,24,5). Sum of RGB (Red+Green+Blue) = 99+24+5=128 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.34% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 99 - color contains mainly: red. Hex color #631805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631805 is #9CE7FA. Grayscale: #2C2C2C. Windows color (decimal): -10283003 or 333923. OLE color: 333923.

HSL color Cylindrical-coordinate representation of color #631805: hue angle of 12.13º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #631805 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 24 5 -
CMYK 0 0.76 0.95 0.61
HSL 12.13º 0.9% 0.2% -
HSV(B) 12.13º 0.95% 0.39% -
XYZ 5.5 3.32 0.49 -
YUV 44.26 105.85 167.04 -
System Red Green Blue C M Y K H S L
Decimal 99 24 5 0 0.76 0.95 0.61 12.13 0.9 0.2
Hex 63 18 5 0 4C 5F 3D C 5A 14
Octal 143 30 5 0 114 137 75 14 132 24
Binary 1100011 11000 101 0 1001100 1011111 111101 1100 1011010 10100

Color Harmonies of #631805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631805

Black with #631805

Text Example


Text Example

White with #631805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631805; }

 p { color: rgb(99,24,5); }

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

background-color css

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

 a { background-color: rgb(99,24,5); }

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

border-color css

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

 span { border-color: rgb(99,24,5); }

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