#67241D

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

Shades of Red Oxide #67241D

Tints of Red Oxide #67241D

Color information

#67241D (or 0x67241D) is unknown color: approx Red Oxide. HEX triplet: 67, 24 and 1D. RGB value is (103,36,29). Sum of RGB (Red+Green+Blue) = 103+36+29=168 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.31% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 103 - color contains mainly: red. Hex color #67241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67241D is #98DBE2. Grayscale: #373737. Windows color (decimal): -10017763 or 1909863. OLE color: 1909863.

HSL color Cylindrical-coordinate representation of color #67241D: hue angle of 5.68º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #67241D is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB1033629-
CMYK00.650.720.60
HSL5.68º56.06%25.88%-
HSV(B)5.68º71.84%40.39%-
XYZ6.454.231.64-
YUV55.23113.2162.07-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 61.31%
GREEN value IS 36 (14.45% from 255) = 21.43%
BLUE value IS 29 (11.72% from 255) = 17.26%
R=61.31%
G=21.43%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103362900.650.720.605.6856.0625.88
Hex67241D041483C6381a
Octal147443501011107467032
Binary11001111001001110101000001100100011110011011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67241D; }

 p { color: rgb(103,36,29); }

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

<style>
 a { background-color: #67241D; }

 a { background-color: rgb(103,36,29); }

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

<style>
 span { border-color: #67241D; }

 span { border-color: rgb(103,36,29); }

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