Html Css Color HEX #6C2533 Claret

📋 copy color: '#6C2533'

red 108 ◦ green 37 ◦ blue 51

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

Shades of Claret #6C2533

Tints of Claret #6C2533

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.88%

 BLUE value IS 51 (20.31% from 255) = 26.02%

R = 55.1%
G = 18.88%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.58

RGB Variations

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

Color information

#6C2533 (or 0x6C2533) is known color: Claret. HEX triplet: 6C, 25 and 33. RGB value is (108,37,51). Sum of RGB (Red+Green+Blue) = 108+37+51=196 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.10% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2533 is #93DACC. Grayscale: #3B3B3B. Windows color (decimal): -9689805 or 3351916. OLE color: 3351916.

HSL color Cylindrical-coordinate representation of color #6C2533: hue angle of 348.17º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C2533 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 37 51 -
CMYK 0 0.66 0.53 0.58
HSL 348.17º 0.49% 0.28% -
HSV(B) 348.17º 0.66% 0.42% -
XYZ 7.44 4.75 3.66 -
YUV 59.83 123.02 162.36 -
System Red Green Blue C M Y K H S L
Decimal 108 37 51 0 0.66 0.53 0.58 348.17 0.49 0.28
Hex 6C 25 33 0 42 35 3A 15C 31 1C
Octal 154 45 63 0 102 65 72 534 61 34
Binary 1101100 100101 110011 0 1000010 110101 111010 101011100 110001 11100

Color Harmonies of #6C2533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2533

Black with #6C2533

Text Example


Text Example

White with #6C2533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,37,51); }

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

background-color css

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

 a { background-color: rgb(108,37,51); }

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

border-color css

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

 span { border-color: rgb(108,37,51); }

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