Html Css Color HEX #6C2230 Claret

📋 copy color: '#6C2230'

red 108 ◦ green 34 ◦ blue 48

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

Shades of Claret #6C2230

Tints of Claret #6C2230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.89%

 BLUE value IS 48 (19.14% from 255) = 25.26%

R = 56.84%
G = 17.89%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#6C2230 (or 0x6C2230) is known color: Claret. HEX triplet: 6C, 22 and 30. RGB value is (108,34,48). Sum of RGB (Red+Green+Blue) = 108+34+48=190 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.84% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2230 is #93DDCF. Grayscale: #393939. Windows color (decimal): -9690576 or 3154540. OLE color: 3154540.

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

Color convert

RGB 108 34 48 -
CMYK 0 0.69 0.56 0.58
HSL 348.65º 0.52% 0.28% -
HSV(B) 348.65º 0.69% 0.42% -
XYZ 7.29 4.55 3.29 -
YUV 57.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 108 34 48 0 0.69 0.56 0.58 348.65 0.52 0.28
Hex 6C 22 30 0 45 38 3A 15D 34 1C
Octal 154 42 60 0 105 70 72 535 64 34
Binary 1101100 100010 110000 0 1000101 111000 111010 101011101 110100 11100

Color Harmonies of #6C2230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2230

Black with #6C2230

Text Example


Text Example

White with #6C2230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,34,48); }

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

background-color css

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

 a { background-color: rgb(108,34,48); }

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

border-color css

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

 span { border-color: rgb(108,34,48); }

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