Html Css Color HEX #66182E Claret

📋 copy color: '#66182E'

red 102 ◦ green 24 ◦ blue 46

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

Shades of Claret #66182E

Tints of Claret #66182E

RGB

 RED value IS 102 (40.23% from 255) = 59.3%

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

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

R = 59.3%
G = 13.95%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.6

RGB Variations

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

Color information

#66182E (or 0x66182E) is known color: Claret. HEX triplet: 66, 18 and 2E. RGB value is (102,24,46). Sum of RGB (Red+Green+Blue) = 102+24+46=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #66182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66182E is #99E7D1. Grayscale: #313131. Windows color (decimal): -10086354 or 3020902. OLE color: 3020902.

HSL color Cylindrical-coordinate representation of color #66182E: hue angle of 343.08º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66182E is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 24 46 -
CMYK 0 0.76 0.55 0.6
HSL 343.08º 0.62% 0.25% -
HSV(B) 343.08º 0.76% 0.4% -
XYZ 6.3 3.68 2.96 -
YUV 49.83 125.84 165.21 -
System Red Green Blue C M Y K H S L
Decimal 102 24 46 0 0.76 0.55 0.6 343.08 0.62 0.25
Hex 66 18 2E 0 4C 37 3C 157 3E 19
Octal 146 30 56 0 114 67 74 527 76 31
Binary 1100110 11000 101110 0 1001100 110111 111100 101010111 111110 11001

Color Harmonies of #66182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66182E

Black with #66182E

Text Example


Text Example

White with #66182E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66182E; }

 p { color: rgb(102,24,46); }

 H1.HeaderClassName
 {
   color: #66182E;
 }
 .AnyTagClassName
 {
   color: #66182E;
 }
</style>

background-color css

<style>
 a { background-color: #66182E; }

 a { background-color: rgb(102,24,46); }

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

border-color css

<style>
 span { border-color: #66182E; }

 span { border-color: rgb(102,24,46); }

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