Html Css Color HEX #6B142D Claret

📋 copy color: '#6B142D'

red 107 ◦ green 20 ◦ blue 45

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

Shades of Claret #6B142D

Tints of Claret #6B142D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.63%

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

R = 62.21%
G = 11.63%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6B142D (or 0x6B142D) is known color: Claret. HEX triplet: 6B, 14 and 2D. RGB value is (107,20,45). Sum of RGB (Red+Green+Blue) = 107+20+45=172 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.21% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 107 - color contains mainly: red. Hex color #6B142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B142D is #94EBD2. Grayscale: #303030. Windows color (decimal): -9759699 or 2954347. OLE color: 2954347.

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

Color convert

RGB 107 20 45 -
CMYK 0 0.81 0.58 0.58
HSL 342.76º 0.69% 0.25% -
HSV(B) 342.76º 0.81% 0.42% -
XYZ 6.79 3.82 2.86 -
YUV 48.86 125.82 169.47 -
System Red Green Blue C M Y K H S L
Decimal 107 20 45 0 0.81 0.58 0.58 342.76 0.69 0.25
Hex 6B 14 2D 0 51 3A 3A 157 45 19
Octal 153 24 55 0 121 72 72 527 105 31
Binary 1101011 10100 101101 0 1010001 111010 111010 101010111 1000101 11001

Color Harmonies of #6B142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B142D

Black with #6B142D

Text Example


Text Example

White with #6B142D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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