#6F2236

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

Shades of Claret #6F2236

Tints of Claret #6F2236

Color information

#6F2236 (or 0x6F2236) is unknown color: approx Claret. HEX triplet: 6F, 22 and 36. RGB value is (111,34,54). Sum of RGB (Red+Green+Blue) = 111+34+54=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2236 is #90DDC9. Grayscale: #3B3B3B. Windows color (decimal): -9493962 or 3547759. OLE color: 3547759.

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

Color convert

RGB1113454-
CMYK00.690.510.56
HSL344.42º53.1%28.43%-
HSV(B)344.42º69.37%43.53%-
XYZ7.794.794-
YUV59.3125.01164.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.78%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 54 (21.48% from 255) = 27.14%
R=55.78%
G=17.09%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111345400.690.510.56344.4253.128.43
Hex6F22360453338158351c
Octal1574266010563705306534
Binary11011111000101101100100010111001111100010101100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,34,54); }

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

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

 a { background-color: rgb(111,34,54); }

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

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

 span { border-color: rgb(111,34,54); }

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