Html Css Color HEX #6E1B35 Claret

📋 copy color: '#6E1B35'

red 110 ◦ green 27 ◦ blue 53

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

Shades of Claret #6E1B35

Tints of Claret #6E1B35

RGB

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

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

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

R = 57.89%
G = 14.21%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.57

RGB Variations

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

Color information

#6E1B35 (or 0x6E1B35) is known color: Claret. HEX triplet: 6E, 1B and 35. RGB value is (110,27,53). Sum of RGB (Red+Green+Blue) = 110+27+53=190 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.89% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1B35 is #91E4CA. Grayscale: #363636. Windows color (decimal): -9561291 or 3480430. OLE color: 3480430.

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

Color convert

RGB 110 27 53 -
CMYK 0 0.75 0.52 0.57
HSL 341.2º 0.61% 0.27% -
HSV(B) 341.2º 0.75% 0.43% -
XYZ 7.46 4.36 3.82 -
YUV 54.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 110 27 53 0 0.75 0.52 0.57 341.2 0.61 0.27
Hex 6E 1B 35 0 4B 34 39 155 3D 1B
Octal 156 33 65 0 113 64 71 525 75 33
Binary 1101110 11011 110101 0 1001011 110100 111001 101010101 111101 11011

Color Harmonies of #6E1B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1B35

Black with #6E1B35

Text Example


Text Example

White with #6E1B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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