Html Css Color HEX #6B102D Claret

📋 copy color: '#6B102D'

red 107 ◦ green 16 ◦ blue 45

#6B102D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #6B102D

Tints of Claret #6B102D

RGB

 RED value IS 107 (42.19% from 255) = 63.69%

 GREEN value IS 16 (6.64% from 255) = 9.52%

 BLUE value IS 45 (17.97% from 255) = 26.79%

R = 63.69%
G = 9.52%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6B102D (or 0x6B102D) is known color: Claret. HEX triplet: 6B, 10 and 2D. RGB value is (107,16,45). Sum of RGB (Red+Green+Blue) = 107+16+45=168 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.69% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 107 - color contains mainly: red. Hex color #6B102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B102D is #94EFD2. Grayscale: #2E2E2E. Windows color (decimal): -9760723 or 2953323. OLE color: 2953323.

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

Color convert

RGB 107 16 45 -
CMYK 0 0.85 0.58 0.58
HSL 340.88º 0.74% 0.24% -
HSV(B) 340.88º 0.85% 0.42% -
XYZ 6.72 3.69 2.84 -
YUV 46.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 107 16 45 0 0.85 0.58 0.58 340.88 0.74 0.24
Hex 6B 10 2D 0 55 3A 3A 155 4A 18
Octal 153 20 55 0 125 72 72 525 112 30
Binary 1101011 10000 101101 0 1010101 111010 111010 101010101 1001010 11000

Color Harmonies of #6B102D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B102D

Black with #6B102D

Text Example


Text Example

White with #6B102D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B102D;
 }
 .AnyTagClassName
 {
   color: #6B102D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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