#6B1330

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

Shades of Claret #6B1330

Tints of Claret #6B1330

Color information

#6B1330 (or 0x6B1330) is unknown color: approx Claret. HEX triplet: 6B, 13 and 30. RGB value is (107,19,48). Sum of RGB (Red+Green+Blue) = 107+19+48=174 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.49% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1330 is #94ECCF. Grayscale: #303030. Windows color (decimal): -9759952 or 3150699. OLE color: 3150699.

HSL color Cylindrical-coordinate representation of color #6B1330: hue angle of 340.23º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B1330 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB1071948-
CMYK00.820.550.58
HSL340.23º69.84%24.71%-
HSV(B)340.23º82.24%41.96%-
XYZ6.833.83.17-
YUV48.62127.65169.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 61.49%
GREEN value IS 19 (7.81% from 255) = 10.92%
BLUE value IS 48 (19.14% from 255) = 27.59%
R=61.49%
G=10.92%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107194800.820.550.58340.2369.8424.71
Hex6B1330052373A1544619
Octal15323600122677252410631
Binary11010111001111000001010010110111111010101010100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,19,48); }

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

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

 a { background-color: rgb(107,19,48); }

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

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

 span { border-color: rgb(107,19,48); }

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