#6F0F34

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

Shades of Claret #6F0F34

Tints of Claret #6F0F34

Color information

#6F0F34 (or 0x6F0F34) is unknown color: approx Claret. HEX triplet: 6F, 0F and 34. RGB value is (111,15,52). Sum of RGB (Red+Green+Blue) = 111+15+52=178 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.36% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0F34 is #90F0CB. Grayscale: #2F2F2F. Windows color (decimal): -9498828 or 3411823. OLE color: 3411823.

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

Color convert

RGB1111552-
CMYK00.860.530.56
HSL336.88º76.19%24.71%-
HSV(B)336.88º86.49%43.53%-
XYZ7.353.973.63-
YUV47.92130.3172.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 62.36%
GREEN value IS 15 (6.25% from 255) = 8.43%
BLUE value IS 52 (20.70% from 255) = 29.21%
R=62.36%
G=8.43%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111155200.860.530.56336.8876.1924.71
Hex6FF3405635381514c19
Octal15717640126657052111431
Binary1101111111111010001010110110101111000101010001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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