#641B07

Color #641B07 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #641B07

Tints of Red Oxide #641B07

Color information

#641B07 (or 0x641B07) is unknown color: approx Red Oxide. HEX triplet: 64, 1B and 07. RGB value is (100,27,7). Sum of RGB (Red+Green+Blue) = 100+27+7=134 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.63% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 7 (3.12% from 255 or 5.22% from 134); Max value from RGB is 100 - color contains mainly: red. Hex color #641B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641B07 is #9BE4F8. Grayscale: #2E2E2E. Windows color (decimal): -10216697 or 465764. OLE color: 465764.

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

Color convert

RGB100277-
CMYK00.730.930.61
HSL12.9º86.92%20.98%-
HSV(B)12.9º93%39.22%-
XYZ5.693.510.58-
YUV46.55105.68166.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 74.63%
GREEN value IS 27 (10.94% from 255) = 20.15%
BLUE value IS 7 (3.12% from 255) = 5.22%
R=74.63%
G=20.15%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10027700.730.930.6112.986.9220.98
Hex641B70495D3Dd5715
Octal1443370111135751512725
Binary1100100110111110100100110111011111011101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #641B07;
 }
 .AnyTagClassName
 {
   color: #641B07;
 }
</style>
background-color css

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

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

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

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

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

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