#6B1C35

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

Shades of Claret #6B1C35

Tints of Claret #6B1C35

Color information

#6B1C35 (or 0x6B1C35) is unknown color: approx Claret. HEX triplet: 6B, 1C and 35. RGB value is (107,28,53). Sum of RGB (Red+Green+Blue) = 107+28+53=188 (24% of max value = 765). Red value is 107 (42.19% from 255 or 56.91% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1C35 is #94E3CA. Grayscale: #363636. Windows color (decimal): -9757643 or 3480683. OLE color: 3480683.

HSL color Cylindrical-coordinate representation of color #6B1C35: hue angle of 341.01º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B1C35 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB1072853-
CMYK00.740.500.58
HSL341.01º58.52%26.47%-
HSV(B)341.01º73.83%41.96%-
XYZ7.124.213.81-
YUV54.47127.17165.47-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.91%
GREEN value IS 28 (11.33% from 255) = 14.89%
BLUE value IS 53 (21.09% from 255) = 28.19%
R=56.91%
G=14.89%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107285300.740.500.58341.0158.5226.47
Hex6B1C3504A323A1553b1a
Octal1533465011262725257332
Binary1101011111001101010100101011001011101010101010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,28,53); }

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

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

 a { background-color: rgb(107,28,53); }

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

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

 span { border-color: rgb(107,28,53); }

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