#6F2430

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

Shades of Claret #6F2430

Tints of Claret #6F2430

Color information

#6F2430 (or 0x6F2430) is unknown color: approx Claret. HEX triplet: 6F, 24 and 30. RGB value is (111,36,48). Sum of RGB (Red+Green+Blue) = 111+36+48=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2430 is #90DBCF. Grayscale: #3B3B3B. Windows color (decimal): -9493456 or 3155055. OLE color: 3155055.

HSL color Cylindrical-coordinate representation of color #6F2430: hue angle of 350.4º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2430 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB1113648-
CMYK00.680.570.56
HSL350.4º51.02%28.82%-
HSV(B)350.4º67.57%43.53%-
XYZ7.724.853.33-
YUV59.79121.35164.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.92%
GREEN value IS 36 (14.45% from 255) = 18.46%
BLUE value IS 48 (19.14% from 255) = 24.62%
R=56.92%
G=18.46%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111364800.680.570.56350.451.0228.82
Hex6F2430044393815e331d
Octal1574460010471705366335
Binary11011111001001100000100010011100111100010101111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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