Html Css Color HEX #6A182D Claret

📋 copy color: '#6A182D'

red 106 ◦ green 24 ◦ blue 45

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

Shades of Claret #6A182D

Tints of Claret #6A182D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.71%

 BLUE value IS 45 (17.97% from 255) = 25.71%

R = 60.57%
G = 13.71%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6A182D (or 0x6A182D) is known color: Claret. HEX triplet: 6A, 18 and 2D. RGB value is (106,24,45). Sum of RGB (Red+Green+Blue) = 106+24+45=175 (23% of max value = 765). Red value is 106 (41.80% from 255 or 60.57% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 106 - color contains mainly: red. Hex color #6A182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A182D is #95E7D2. Grayscale: #323232. Windows color (decimal): -9824211 or 2955370. OLE color: 2955370.

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

Color convert

RGB 106 24 45 -
CMYK 0 0.77 0.58 0.58
HSL 344.63º 0.63% 0.25% -
HSV(B) 344.63º 0.77% 0.42% -
XYZ 6.74 3.91 2.88 -
YUV 50.91 124.67 167.29 -
System Red Green Blue C M Y K H S L
Decimal 106 24 45 0 0.77 0.58 0.58 344.63 0.63 0.25
Hex 6A 18 2D 0 4D 3A 3A 159 3F 19
Octal 152 30 55 0 115 72 72 531 77 31
Binary 1101010 11000 101101 0 1001101 111010 111010 101011001 111111 11001

Color Harmonies of #6A182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A182D

Black with #6A182D

Text Example


Text Example

White with #6A182D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,24,45); }

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

background-color css

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

 a { background-color: rgb(106,24,45); }

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

border-color css

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

 span { border-color: rgb(106,24,45); }

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