#6F203A

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

Shades of Claret #6F203A

Tints of Claret #6F203A

Color information

#6F203A (or 0x6F203A) is unknown color: approx Claret. HEX triplet: 6F, 20 and 3A. RGB value is (111,32,58). Sum of RGB (Red+Green+Blue) = 111+32+58=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F203A is #90DFC5. Grayscale: #3A3A3A. Windows color (decimal): -9494470 or 3809391. OLE color: 3809391.

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

Color convert

RGB1113258-
CMYK00.710.480.56
HSL340.25º55.24%28.04%-
HSV(B)340.25º71.17%43.53%-
XYZ7.844.724.5-
YUV58.58127.67165.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.22%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 58 (23.05% from 255) = 28.86%
R=55.22%
G=15.92%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111325800.710.480.56340.2555.2428.04
Hex6F203A0473038154371c
Octal1574072010760705246734
Binary11011111000001110100100011111000011100010101010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,32,58); }

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

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

 a { background-color: rgb(111,32,58); }

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

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

 span { border-color: rgb(111,32,58); }

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