Html Css Color HEX #6C1B32 Claret

📋 copy color: '#6C1B32'

red 108 ◦ green 27 ◦ blue 50

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

Shades of Claret #6C1B32

Tints of Claret #6C1B32

RGB

 RED value IS 108 (42.58% from 255) = 58.38%

 GREEN value IS 27 (10.94% from 255) = 14.59%

 BLUE value IS 50 (19.92% from 255) = 27.03%

R = 58.38%
G = 14.59%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#6C1B32 (or 0x6C1B32) is known color: Claret. HEX triplet: 6C, 1B and 32. RGB value is (108,27,50). Sum of RGB (Red+Green+Blue) = 108+27+50=185 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.38% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1B32 is #93E4CD. Grayscale: #353535. Windows color (decimal): -9692366 or 3283820. OLE color: 3283820.

HSL color Cylindrical-coordinate representation of color #6C1B32: hue angle of 342.96º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C1B32 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 27 50 -
CMYK 0 0.75 0.54 0.58
HSL 342.96º 0.6% 0.26% -
HSV(B) 342.96º 0.75% 0.42% -
XYZ 7.15 4.2 3.45 -
YUV 53.84 125.84 166.63 -
System Red Green Blue C M Y K H S L
Decimal 108 27 50 0 0.75 0.54 0.58 342.96 0.6 0.26
Hex 6C 1B 32 0 4B 36 3A 157 3C 1A
Octal 154 33 62 0 113 66 72 527 74 32
Binary 1101100 11011 110010 0 1001011 110110 111010 101010111 111100 11010

Color Harmonies of #6C1B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1B32

Black with #6C1B32

Text Example


Text Example

White with #6C1B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,27,50); }

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

background-color css

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

 a { background-color: rgb(108,27,50); }

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

border-color css

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

 span { border-color: rgb(108,27,50); }

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