#6B2729

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

Shades of Red Devil #6B2729

Tints of Red Devil #6B2729

Color information

#6B2729 (or 0x6B2729) is unknown color: approx Red Devil. HEX triplet: 6B, 27 and 29. RGB value is (107,39,41). Sum of RGB (Red+Green+Blue) = 107+39+41=187 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.22% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2729 is #94D8D6. Grayscale: #3B3B3B. Windows color (decimal): -9754839 or 2697067. OLE color: 2697067.

HSL color Cylindrical-coordinate representation of color #6B2729: hue angle of 358.24º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B2729 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB1073941-
CMYK00.640.620.58
HSL358.24º46.58%28.63%-
HSV(B)358.24º63.55%41.96%-
XYZ7.194.742.63-
YUV59.56117.53161.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 57.22%
GREEN value IS 39 (15.62% from 255) = 20.86%
BLUE value IS 41 (16.41% from 255) = 21.93%
R=57.22%
G=20.86%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107394100.640.620.58358.2446.5828.63
Hex6B27290403E3A1662f1d
Octal1534751010076725465735
Binary11010111001111010010100000011111011101010110011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B2729; }

 p { color: rgb(107,39,41); }

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

<style>
 a { background-color: #6B2729; }

 a { background-color: rgb(107,39,41); }

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

<style>
 span { border-color: #6B2729; }

 span { border-color: rgb(107,39,41); }

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