Html Css Color HEX #6A152E Claret

📋 copy color: '#6A152E'

red 106 ◦ green 21 ◦ blue 46

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

Shades of Claret #6A152E

Tints of Claret #6A152E

RGB

 RED value IS 106 (41.8% from 255) = 61.27%

 GREEN value IS 21 (8.59% from 255) = 12.14%

 BLUE value IS 46 (18.36% from 255) = 26.59%

R = 61.27%
G = 12.14%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#6A152E (or 0x6A152E) is known color: Claret. HEX triplet: 6A, 15 and 2E. RGB value is (106,21,46). Sum of RGB (Red+Green+Blue) = 106+21+46=173 (22% of max value = 765). Red value is 106 (41.80% from 255 or 61.27% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 106 - color contains mainly: red. Hex color #6A152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A152E is #95EAD1. Grayscale: #313131. Windows color (decimal): -9824978 or 3020138. OLE color: 3020138.

HSL color Cylindrical-coordinate representation of color #6A152E: hue angle of 342.35º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A152E is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 21 46 -
CMYK 0 0.80 0.57 0.58
HSL 342.35º 0.67% 0.25% -
HSV(B) 342.35º 0.8% 0.42% -
XYZ 6.71 3.8 2.96 -
YUV 49.27 126.16 168.47 -
System Red Green Blue C M Y K H S L
Decimal 106 21 46 0 0.80 0.57 0.58 342.35 0.67 0.25
Hex 6A 15 2E 0 50 39 3A 156 43 19
Octal 152 25 56 0 120 71 72 526 103 31
Binary 1101010 10101 101110 0 1010000 111001 111010 101010110 1000011 11001

Color Harmonies of #6A152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A152E

Black with #6A152E

Text Example


Text Example

White with #6A152E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,21,46); }

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

background-color css

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

 a { background-color: rgb(106,21,46); }

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

border-color css

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

 span { border-color: rgb(106,21,46); }

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