#6B282A

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

Shades of Red Devil #6B282A

Tints of Red Devil #6B282A

Color information

#6B282A (or 0x6B282A) is unknown color: approx Red Devil. HEX triplet: 6B, 28 and 2A. RGB value is (107,40,42). Sum of RGB (Red+Green+Blue) = 107+40+42=189 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.61% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 107 - color contains mainly: red. Hex color #6B282A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B282A is #94D7D5. Grayscale: #3C3C3C. Windows color (decimal): -9754582 or 2762859. OLE color: 2762859.

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

Color convert

RGB1074042-
CMYK00.630.610.58
HSL358.21º45.58%28.82%-
HSV(B)358.21º62.62%41.96%-
XYZ7.244.812.74-
YUV60.26117.7161.34-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.61%
GREEN value IS 40 (16.02% from 255) = 21.16%
BLUE value IS 42 (16.80% from 255) = 22.22%
R=56.61%
G=21.16%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107404200.630.610.58358.2145.5828.82
Hex6B282A03F3D3A1662e1d
Octal153505207775725465635
Binary1101011101000101010011111111110111101010110011010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,40,42); }

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

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

 a { background-color: rgb(107,40,42); }

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

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

 span { border-color: rgb(107,40,42); }

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