#672D33

Color #672D33 Red Devil (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Devil #672D33

Tints of Red Devil #672D33

Color information

#672D33 (or 0x672D33) is unknown color: approx Red Devil. HEX triplet: 67, 2D and 33. RGB value is (103,45,51). Sum of RGB (Red+Green+Blue) = 103+45+51=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #672D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672D33 is #98D2CC. Grayscale: #3F3F3F. Windows color (decimal): -10015437 or 3353959. OLE color: 3353959.

HSL color Cylindrical-coordinate representation of color #672D33: hue angle of 353.79º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #672D33 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1034551-
CMYK00.560.500.60
HSL353.79º39.19%29.02%-
HSV(B)353.79º56.31%40.39%-
XYZ7.1353.72-
YUV63.03121.22156.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.76%
GREEN value IS 45 (17.97% from 255) = 22.61%
BLUE value IS 51 (20.31% from 255) = 25.63%
R=51.76%
G=22.61%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103455100.560.500.60353.7939.1929.02
Hex672D33038323C162271d
Octal147556307062745424735
Binary1100111101101110011011100011001011110010110001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672D33; }

 p { color: rgb(103,45,51); }

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

<style>
 a { background-color: #672D33; }

 a { background-color: rgb(103,45,51); }

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

<style>
 span { border-color: #672D33; }

 span { border-color: rgb(103,45,51); }

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