Html Css Color HEX #641609 Red Oxide

📋 copy color: '#641609'

red 100 ◦ green 22 ◦ blue 9

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

Shades of Red Oxide #641609

Tints of Red Oxide #641609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.79%

 BLUE value IS 9 (3.91% from 255) = 6.87%

R = 76.34%
G = 16.79%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#641609 (or 0x641609) is known color: Red Oxide. HEX triplet: 64, 16 and 09. RGB value is (100,22,9). Sum of RGB (Red+Green+Blue) = 100+22+9=131 (17% of max value = 765). Red value is 100 (39.45% from 255 or 76.34% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 100 - color contains mainly: red. Hex color #641609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641609 is #9BE9F6. Grayscale: #2B2B2B. Windows color (decimal): -10217975 or 595556. OLE color: 595556.

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

Color convert

RGB 100 22 9 -
CMYK 0 0.78 0.91 0.61
HSL 8.57º 0.83% 0.21% -
HSV(B) 8.57º 0.91% 0.39% -
XYZ 5.59 3.3 0.6 -
YUV 43.84 108.34 168.06 -
System Red Green Blue C M Y K H S L
Decimal 100 22 9 0 0.78 0.91 0.61 8.57 0.83 0.21
Hex 64 16 9 0 4E 5B 3D 9 53 15
Octal 144 26 11 0 116 133 75 11 123 25
Binary 1100100 10110 1001 0 1001110 1011011 111101 1001 1010011 10101

Color Harmonies of #641609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641609

Black with #641609

Text Example


Text Example

White with #641609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641609; }

 p { color: rgb(100,22,9); }

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

background-color css

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

 a { background-color: rgb(100,22,9); }

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

border-color css

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

 span { border-color: rgb(100,22,9); }

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