Html Css Color HEX #641B16 Red Oxide

📋 copy color: '#641B16'

red 100 ◦ green 27 ◦ blue 22

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

Shades of Red Oxide #641B16

Tints of Red Oxide #641B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.12%

 BLUE value IS 22 (8.98% from 255) = 14.77%

R = 67.11%
G = 18.12%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#641B16 (or 0x641B16) is known color: Red Oxide. HEX triplet: 64, 1B and 16. RGB value is (100,27,22). Sum of RGB (Red+Green+Blue) = 100+27+22=149 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.11% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 100 - color contains mainly: red. Hex color #641B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641B16 is #9BE4E9. Grayscale: #303030. Windows color (decimal): -10216682 or 1448804. OLE color: 1448804.

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

Color convert

RGB 100 27 22 -
CMYK 0 0.73 0.78 0.61
HSL 3.85º 0.64% 0.24% -
HSV(B) 3.85º 0.78% 0.39% -
XYZ 5.79 3.55 1.14 -
YUV 48.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 100 27 22 0 0.73 0.78 0.61 3.85 0.64 0.24
Hex 64 1B 16 0 49 4E 3D 4 40 18
Octal 144 33 26 0 111 116 75 4 100 30
Binary 1100100 11011 10110 0 1001001 1001110 111101 100 1000000 11000

Color Harmonies of #641B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641B16

Black with #641B16

Text Example


Text Example

White with #641B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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