Html Css Color HEX #6E2536 Claret

📋 copy color: '#6E2536'

red 110 ◦ green 37 ◦ blue 54

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

Shades of Claret #6E2536

Tints of Claret #6E2536

RGB

 RED value IS 110 (43.36% from 255) = 54.73%

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

 BLUE value IS 54 (21.48% from 255) = 26.87%

R = 54.73%
G = 18.41%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.57

RGB Variations

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

Color information

#6E2536 (or 0x6E2536) is known color: Claret. HEX triplet: 6E, 25 and 36. RGB value is (110,37,54). Sum of RGB (Red+Green+Blue) = 110+37+54=201 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.73% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2536 is #91DAC9. Grayscale: #3C3C3C. Windows color (decimal): -9558730 or 3548526. OLE color: 3548526.

HSL color Cylindrical-coordinate representation of color #6E2536: hue angle of 346.03º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E2536 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 37 54 -
CMYK 0 0.66 0.51 0.57
HSL 346.03º 0.5% 0.29% -
HSV(B) 346.03º 0.66% 0.43% -
XYZ 7.76 4.9 4.03 -
YUV 60.77 124.18 163.12 -
System Red Green Blue C M Y K H S L
Decimal 110 37 54 0 0.66 0.51 0.57 346.03 0.5 0.29
Hex 6E 25 36 0 42 33 39 15A 32 1D
Octal 156 45 66 0 102 63 71 532 62 35
Binary 1101110 100101 110110 0 1000010 110011 111001 101011010 110010 11101

Color Harmonies of #6E2536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2536

Black with #6E2536

Text Example


Text Example

White with #6E2536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,37,54); }

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

background-color css

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

 a { background-color: rgb(110,37,54); }

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

border-color css

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

 span { border-color: rgb(110,37,54); }

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