Html Css Color HEX #641D0D Red Oxide

📋 copy color: '#641D0D'

red 100 ◦ green 29 ◦ blue 13

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

Shades of Red Oxide #641D0D

Tints of Red Oxide #641D0D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.42%

 BLUE value IS 13 (5.47% from 255) = 9.15%

R = 70.42%
G = 20.42%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.61

RGB Variations

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

Color information

#641D0D (or 0x641D0D) is known color: Red Oxide. HEX triplet: 64, 1D and 0D. RGB value is (100,29,13). Sum of RGB (Red+Green+Blue) = 100+29+13=142 (18% of max value = 765). Red value is 100 (39.45% from 255 or 70.42% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 100 - color contains mainly: red. Hex color #641D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641D0D is #9BE2F2. Grayscale: #303030. Windows color (decimal): -10216179 or 859492. OLE color: 859492.

HSL color Cylindrical-coordinate representation of color #641D0D: hue angle of 11.03º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #641D0D is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 29 13 -
CMYK 0 0.71 0.87 0.61
HSL 11.03º 0.77% 0.22% -
HSV(B) 11.03º 0.87% 0.39% -
XYZ 5.77 3.62 0.77 -
YUV 48.41 108.02 164.8 -
System Red Green Blue C M Y K H S L
Decimal 100 29 13 0 0.71 0.87 0.61 11.03 0.77 0.22
Hex 64 1D D 0 47 57 3D B 4D 16
Octal 144 35 15 0 107 127 75 13 115 26
Binary 1100100 11101 1101 0 1000111 1010111 111101 1011 1001101 10110

Color Harmonies of #641D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641D0D

Black with #641D0D

Text Example


Text Example

White with #641D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,29,13); }

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

background-color css

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

 a { background-color: rgb(100,29,13); }

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

border-color css

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

 span { border-color: rgb(100,29,13); }

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