#6F102B

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

Shades of Claret #6F102B

Tints of Claret #6F102B

Color information

#6F102B (or 0x6F102B) is unknown color: approx Claret. HEX triplet: 6F, 10 and 2B. RGB value is (111,16,43). Sum of RGB (Red+Green+Blue) = 111+16+43=170 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.29% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 111 - color contains mainly: red. Hex color #6F102B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F102B is #90EFD4. Grayscale: #2F2F2F. Windows color (decimal): -9498581 or 2822255. OLE color: 2822255.

HSL color Cylindrical-coordinate representation of color #6F102B: hue angle of 342.95º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F102B is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1111643-
CMYK00.860.610.56
HSL342.95º74.8%24.9%-
HSV(B)342.95º85.59%43.53%-
XYZ7.183.922.66-
YUV47.48125.47173.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 65.29%
GREEN value IS 16 (6.64% from 255) = 9.41%
BLUE value IS 43 (17.19% from 255) = 25.29%
R=65.29%
G=9.41%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111164300.860.610.56342.9574.824.9
Hex6F102B0563D381574b19
Octal15720530126757052711331
Binary11011111000010101101010110111101111000101010111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,16,43); }

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

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

 a { background-color: rgb(111,16,43); }

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

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

 span { border-color: rgb(111,16,43); }

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