Html Css Color HEX #6E1A30 Claret

📋 copy color: '#6E1A30'

red 110 ◦ green 26 ◦ blue 48

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

Shades of Claret #6E1A30

Tints of Claret #6E1A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.13%

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

R = 59.78%
G = 14.13%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#6E1A30 (or 0x6E1A30) is known color: Claret. HEX triplet: 6E, 1A and 30. RGB value is (110,26,48). Sum of RGB (Red+Green+Blue) = 110+26+48=184 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.78% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1A30 is #91E5CF. Grayscale: #353535. Windows color (decimal): -9561552 or 3152494. OLE color: 3152494.

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

Color convert

RGB 110 26 48 -
CMYK 0 0.76 0.56 0.57
HSL 344.29º 0.62% 0.27% -
HSV(B) 344.29º 0.76% 0.43% -
XYZ 7.33 4.27 3.23 -
YUV 53.62 124.83 168.21 -
System Red Green Blue C M Y K H S L
Decimal 110 26 48 0 0.76 0.56 0.57 344.29 0.62 0.27
Hex 6E 1A 30 0 4C 38 39 158 3E 1B
Octal 156 32 60 0 114 70 71 530 76 33
Binary 1101110 11010 110000 0 1001100 111000 111001 101011000 111110 11011

Color Harmonies of #6E1A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1A30

Black with #6E1A30

Text Example


Text Example

White with #6E1A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,26,48); }

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

background-color css

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

 a { background-color: rgb(110,26,48); }

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

border-color css

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

 span { border-color: rgb(110,26,48); }

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