#6B2430

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

Shades of Claret #6B2430

Tints of Claret #6B2430

Color information

#6B2430 (or 0x6B2430) is unknown color: approx Claret. HEX triplet: 6B, 24 and 30. RGB value is (107,36,48). Sum of RGB (Red+Green+Blue) = 107+36+48=191 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.02% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2430 is #94DBCF. Grayscale: #3A3A3A. Windows color (decimal): -9755600 or 3155051. OLE color: 3155051.

HSL color Cylindrical-coordinate representation of color #6B2430: hue angle of 349.86º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B2430 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB1073648-
CMYK00.660.550.58
HSL349.86º49.65%28.04%-
HSV(B)349.86º66.36%41.96%-
XYZ7.234.63.3-
YUV58.6122.02162.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.02%
GREEN value IS 36 (14.45% from 255) = 18.85%
BLUE value IS 48 (19.14% from 255) = 25.13%
R=56.02%
G=18.85%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107364800.660.550.58349.8649.6528.04
Hex6B2430042373A15e321c
Octal1534460010267725366234
Binary11010111001001100000100001011011111101010101111011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,36,48); }

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

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

 a { background-color: rgb(107,36,48); }

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

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

 span { border-color: rgb(107,36,48); }

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