Html Css Color HEX #6B1D2C Claret

📋 copy color: '#6B1D2C'

red 107 ◦ green 29 ◦ blue 44

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

Shades of Claret #6B1D2C

Tints of Claret #6B1D2C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.11%

 BLUE value IS 44 (17.58% from 255) = 24.44%

R = 59.44%
G = 16.11%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.58

RGB Variations

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

Color information

#6B1D2C (or 0x6B1D2C) is known color: Claret. HEX triplet: 6B, 1D and 2C. RGB value is (107,29,44). Sum of RGB (Red+Green+Blue) = 107+29+44=180 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.44% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1D2C is #94E2D3. Grayscale: #363636. Windows color (decimal): -9757396 or 2891115. OLE color: 2891115.

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

Color convert

RGB 107 29 44 -
CMYK 0 0.73 0.59 0.58
HSL 348.46º 0.57% 0.27% -
HSV(B) 348.46º 0.73% 0.42% -
XYZ 6.96 4.19 2.82 -
YUV 54.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 107 29 44 0 0.73 0.59 0.58 348.46 0.57 0.27
Hex 6B 1D 2C 0 49 3B 3A 15C 39 1B
Octal 153 35 54 0 111 73 72 534 71 33
Binary 1101011 11101 101100 0 1001001 111011 111010 101011100 111001 11011

Color Harmonies of #6B1D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1D2C

Black with #6B1D2C

Text Example


Text Example

White with #6B1D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,29,44); }

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

background-color css

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

 a { background-color: rgb(107,29,44); }

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

border-color css

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

 span { border-color: rgb(107,29,44); }

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