Html Css Color HEX #641F15 Red Oxide

📋 copy color: '#641F15'

red 100 ◦ green 31 ◦ blue 21

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

Shades of Red Oxide #641F15

Tints of Red Oxide #641F15

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.39%

 BLUE value IS 21 (8.59% from 255) = 13.82%

R = 65.79%
G = 20.39%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#641F15 (or 0x641F15) is known color: Red Oxide. HEX triplet: 64, 1F and 15. RGB value is (100,31,21). Sum of RGB (Red+Green+Blue) = 100+31+21=152 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.79% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 100 - color contains mainly: red. Hex color #641F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641F15 is #9BE0EA. Grayscale: #323232. Windows color (decimal): -10215659 or 1384292. OLE color: 1384292.

HSL color Cylindrical-coordinate representation of color #641F15: hue angle of 7.59º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #641F15 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 31 21 -
CMYK 0 0.69 0.79 0.61
HSL 7.59º 0.65% 0.24% -
HSV(B) 7.59º 0.79% 0.39% -
XYZ 5.88 3.74 1.12 -
YUV 50.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 100 31 21 0 0.69 0.79 0.61 7.59 0.65 0.24
Hex 64 1F 15 0 45 4F 3D 8 41 18
Octal 144 37 25 0 105 117 75 10 101 30
Binary 1100100 11111 10101 0 1000101 1001111 111101 1000 1000001 11000

Color Harmonies of #641F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641F15

Black with #641F15

Text Example


Text Example

White with #641F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641F15; }

 p { color: rgb(100,31,21); }

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

background-color css

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

 a { background-color: rgb(100,31,21); }

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

border-color css

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

 span { border-color: rgb(100,31,21); }

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