Html Css Color HEX #6B172D Claret

📋 copy color: '#6B172D'

red 107 ◦ green 23 ◦ blue 45

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

Shades of Claret #6B172D

Tints of Claret #6B172D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.14%

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

R = 61.14%
G = 13.14%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6B172D (or 0x6B172D) is known color: Claret. HEX triplet: 6B, 17 and 2D. RGB value is (107,23,45). Sum of RGB (Red+Green+Blue) = 107+23+45=175 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.14% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 107 - color contains mainly: red. Hex color #6B172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B172D is #94E8D2. Grayscale: #323232. Windows color (decimal): -9758931 or 2955115. OLE color: 2955115.

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

Color convert

RGB 107 23 45 -
CMYK 0 0.79 0.58 0.58
HSL 344.29º 0.65% 0.25% -
HSV(B) 344.29º 0.79% 0.42% -
XYZ 6.84 3.93 2.88 -
YUV 50.62 124.83 168.21 -
System Red Green Blue C M Y K H S L
Decimal 107 23 45 0 0.79 0.58 0.58 344.29 0.65 0.25
Hex 6B 17 2D 0 4F 3A 3A 158 41 19
Octal 153 27 55 0 117 72 72 530 101 31
Binary 1101011 10111 101101 0 1001111 111010 111010 101011000 1000001 11001

Color Harmonies of #6B172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B172D

Black with #6B172D

Text Example


Text Example

White with #6B172D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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