#6F2334

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

Shades of Claret #6F2334

Tints of Claret #6F2334

Color information

#6F2334 (or 0x6F2334) is unknown color: approx Claret. HEX triplet: 6F, 23 and 34. RGB value is (111,35,52). Sum of RGB (Red+Green+Blue) = 111+35+52=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2334 is #90DCCB. Grayscale: #3B3B3B. Windows color (decimal): -9493708 or 3416943. OLE color: 3416943.

HSL color Cylindrical-coordinate representation of color #6F2334: hue angle of 346.58º degrees, saturation: 0.52, 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 #6F2334 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB1113552-
CMYK00.680.530.56
HSL346.58º52.05%28.63%-
HSV(B)346.58º68.47%43.53%-
XYZ7.784.833.77-
YUV59.66123.68164.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.06%
GREEN value IS 35 (14.06% from 255) = 17.68%
BLUE value IS 52 (20.70% from 255) = 26.26%
R=56.06%
G=17.68%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111355200.680.530.56346.5852.0528.63
Hex6F2334044353815b341d
Octal1574364010465705336435
Binary11011111000111101000100010011010111100010101101111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,35,52); }

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

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

 a { background-color: rgb(111,35,52); }

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

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

 span { border-color: rgb(111,35,52); }

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