Html Css Color HEX #6E1435 Claret

📋 copy color: '#6E1435'

red 110 ◦ green 20 ◦ blue 53

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

Shades of Claret #6E1435

Tints of Claret #6E1435

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.93%

 BLUE value IS 53 (21.09% from 255) = 28.96%

R = 60.11%
G = 10.93%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.57

RGB Variations

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

Color information

#6E1435 (or 0x6E1435) is known color: Claret. HEX triplet: 6E, 14 and 35. RGB value is (110,20,53). Sum of RGB (Red+Green+Blue) = 110+20+53=183 (24% of max value = 765). Red value is 110 (43.36% from 255 or 60.11% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1435 is #91EBCA. Grayscale: #323232. Windows color (decimal): -9563083 or 3478638. OLE color: 3478638.

HSL color Cylindrical-coordinate representation of color #6E1435: hue angle of 338º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E1435 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 20 53 -
CMYK 0 0.82 0.52 0.57
HSL 338º 0.69% 0.25% -
HSV(B) 338º 0.82% 0.43% -
XYZ 7.32 4.07 3.77 -
YUV 50.67 129.32 170.32 -
System Red Green Blue C M Y K H S L
Decimal 110 20 53 0 0.82 0.52 0.57 338 0.69 0.25
Hex 6E 14 35 0 52 34 39 152 45 19
Octal 156 24 65 0 122 64 71 522 105 31
Binary 1101110 10100 110101 0 1010010 110100 111001 101010010 1000101 11001

Color Harmonies of #6E1435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1435

Black with #6E1435

Text Example


Text Example

White with #6E1435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,20,53); }

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

background-color css

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

 a { background-color: rgb(110,20,53); }

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

border-color css

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

 span { border-color: rgb(110,20,53); }

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