#6F0F30

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

Shades of Claret #6F0F30

Tints of Claret #6F0F30

Color information

#6F0F30 (or 0x6F0F30) is unknown color: approx Claret. HEX triplet: 6F, 0F and 30. RGB value is (111,15,48). Sum of RGB (Red+Green+Blue) = 111+15+48=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0F30 is #90F0CF. Grayscale: #2F2F2F. Windows color (decimal): -9498832 or 3149679. OLE color: 3149679.

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

Color convert

RGB1111548-
CMYK00.860.570.56
HSL339.38º76.19%24.71%-
HSV(B)339.38º86.49%43.53%-
XYZ7.263.933.17-
YUV47.47128.3173.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 63.79%
GREEN value IS 15 (6.25% from 255) = 8.62%
BLUE value IS 48 (19.14% from 255) = 27.59%
R=63.79%
G=8.62%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111154800.860.570.56339.3876.1924.71
Hex6FF3005639381534c19
Octal15717600126717052311431
Binary1101111111111000001010110111001111000101010011100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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