Html Css Color HEX #641D1A Red Oxide

📋 copy color: '#641D1A'

red 100 ◦ green 29 ◦ blue 26

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

Shades of Red Oxide #641D1A

Tints of Red Oxide #641D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.77%

R = 64.52%
G = 18.71%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.61

RGB Variations

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

Color information

#641D1A (or 0x641D1A) is known color: Red Oxide. HEX triplet: 64, 1D and 1A. RGB value is (100,29,26). Sum of RGB (Red+Green+Blue) = 100+29+26=155 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.52% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 100 - color contains mainly: red. Hex color #641D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641D1A is #9BE2E5. Grayscale: #313131. Windows color (decimal): -10216166 or 1711460. OLE color: 1711460.

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

Color convert

RGB 100 29 26 -
CMYK 0 0.71 0.74 0.61
HSL 2.43º 0.59% 0.25% -
HSV(B) 2.43º 0.74% 0.39% -
XYZ 5.88 3.66 1.37 -
YUV 49.89 114.52 163.74 -
System Red Green Blue C M Y K H S L
Decimal 100 29 26 0 0.71 0.74 0.61 2.43 0.59 0.25
Hex 64 1D 1A 0 47 4A 3D 2 3B 19
Octal 144 35 32 0 107 112 75 2 73 31
Binary 1100100 11101 11010 0 1000111 1001010 111101 10 111011 11001

Color Harmonies of #641D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641D1A

Black with #641D1A

Text Example


Text Example

White with #641D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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