Html Css Color HEX #641305 Red Oxide

📋 copy color: '#641305'

red 100 ◦ green 19 ◦ blue 5

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

Shades of Red Oxide #641305

Tints of Red Oxide #641305

RGB

 RED value IS 100 (39.45% from 255) = 80.65%

 GREEN value IS 19 (7.81% from 255) = 15.32%

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

R = 80.65%
G = 15.32%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#641305 (or 0x641305) is known color: Red Oxide. HEX triplet: 64, 13 and 05. RGB value is (100,19,5). Sum of RGB (Red+Green+Blue) = 100+19+5=124 (16% of max value = 765). Red value is 100 (39.45% from 255 or 80.65% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 100 - color contains mainly: red. Hex color #641305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641305 is #9BECFA. Grayscale: #292929. Windows color (decimal): -10218747 or 332644. OLE color: 332644.

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

Color convert

RGB 100 19 5 -
CMYK 0 0.81 0.95 0.61
HSL 8.84º 0.9% 0.21% -
HSV(B) 8.84º 0.95% 0.39% -
XYZ 5.52 3.19 0.47 -
YUV 41.62 107.34 169.64 -
System Red Green Blue C M Y K H S L
Decimal 100 19 5 0 0.81 0.95 0.61 8.84 0.9 0.21
Hex 64 13 5 0 51 5F 3D 9 5A 15
Octal 144 23 5 0 121 137 75 11 132 25
Binary 1100100 10011 101 0 1010001 1011111 111101 1001 1011010 10101

Color Harmonies of #641305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641305

Black with #641305

Text Example


Text Example

White with #641305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641305; }

 p { color: rgb(100,19,5); }

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

background-color css

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

 a { background-color: rgb(100,19,5); }

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

border-color css

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

 span { border-color: rgb(100,19,5); }

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