Html Css Color HEX #631905 Red Oxide

📋 copy color: '#631905'

red 99 ◦ green 25 ◦ blue 5

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

Shades of Red Oxide #631905

Tints of Red Oxide #631905

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.38%

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

R = 76.74%
G = 19.38%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#631905 (or 0x631905) is known color: Red Oxide. HEX triplet: 63, 19 and 05. RGB value is (99,25,5). Sum of RGB (Red+Green+Blue) = 99+25+5=129 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.74% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 99 - color contains mainly: red. Hex color #631905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631905 is #9CE6FA. Grayscale: #2D2D2D. Windows color (decimal): -10282747 or 334179. OLE color: 334179.

HSL color Cylindrical-coordinate representation of color #631905: hue angle of 12.77º 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 #631905 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 25 5 -
CMYK 0 0.75 0.95 0.61
HSL 12.77º 0.9% 0.2% -
HSV(B) 12.77º 0.95% 0.39% -
XYZ 5.52 3.36 0.5 -
YUV 44.85 105.52 166.63 -
System Red Green Blue C M Y K H S L
Decimal 99 25 5 0 0.75 0.95 0.61 12.77 0.9 0.2
Hex 63 19 5 0 4B 5F 3D D 5A 14
Octal 143 31 5 0 113 137 75 15 132 24
Binary 1100011 11001 101 0 1001011 1011111 111101 1101 1011010 10100

Color Harmonies of #631905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631905

Black with #631905

Text Example


Text Example

White with #631905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631905; }

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

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

background-color css

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

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

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

border-color css

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

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

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