#6B0C2D

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

Shades of Claret #6B0C2D

Tints of Claret #6B0C2D

Color information

#6B0C2D (or 0x6B0C2D) is unknown color: approx Claret. HEX triplet: 6B, 0C and 2D. RGB value is (107,12,45). Sum of RGB (Red+Green+Blue) = 107+12+45=164 (21% of max value = 765). Red value is 107 (42.19% from 255 or 65.24% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0C2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0C2D is #94F3D2. Grayscale: #2C2C2C. Windows color (decimal): -9761747 or 2952299. OLE color: 2952299.

HSL color Cylindrical-coordinate representation of color #6B0C2D: hue angle of 339.16º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B0C2D is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1071245-
CMYK00.890.580.58
HSL339.16º79.83%23.33%-
HSV(B)339.16º88.79%41.96%-
XYZ6.673.582.82-
YUV44.17128.47172.82-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 65.24%
GREEN value IS 12 (5.08% from 255) = 7.32%
BLUE value IS 45 (17.97% from 255) = 27.44%
R=65.24%
G=7.32%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107124500.890.580.58339.1679.8323.33
Hex6BC2D0593A3A1535017
Octal15314550131727252312027
Binary1101011110010110101011001111010111010101010011101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,12,45); }

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

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

 a { background-color: rgb(107,12,45); }

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

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

 span { border-color: rgb(107,12,45); }

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