#672A2B

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

Shades of Red Devil #672A2B

Tints of Red Devil #672A2B

Color information

#672A2B (or 0x672A2B) is unknown color: approx Red Devil. HEX triplet: 67, 2A and 2B. RGB value is (103,42,43). Sum of RGB (Red+Green+Blue) = 103+42+43=188 (24% of max value = 765). Red value is 103 (40.62% from 255 or 54.79% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 103 - color contains mainly: red. Hex color #672A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672A2B is #98D5D4. Grayscale: #3C3C3C. Windows color (decimal): -10016213 or 2828903. OLE color: 2828903.

HSL color Cylindrical-coordinate representation of color #672A2B: hue angle of 359.02º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #672A2B is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB1034243-
CMYK00.590.580.60
HSL359.02º42.07%28.43%-
HSV(B)359.02º59.22%40.39%-
XYZ6.864.712.83-
YUV60.35118.21158.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 54.79%
GREEN value IS 42 (16.80% from 255) = 22.34%
BLUE value IS 43 (17.19% from 255) = 22.87%
R=54.79%
G=22.34%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103424300.590.580.60359.0242.0728.43
Hex672A2B03B3A3C1672a1c
Octal147525307372745475234
Binary1100111101010101011011101111101011110010110011110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,42,43); }

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

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

 a { background-color: rgb(103,42,43); }

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

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

 span { border-color: rgb(103,42,43); }

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