Html Css Color HEX #66192E Claret

📋 copy color: '#66192E'

red 102 ◦ green 25 ◦ blue 46

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

Shades of Claret #66192E

Tints of Claret #66192E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.45%

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

R = 58.96%
G = 14.45%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.6

RGB Variations

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

Color information

#66192E (or 0x66192E) is known color: Claret. HEX triplet: 66, 19 and 2E. RGB value is (102,25,46). Sum of RGB (Red+Green+Blue) = 102+25+46=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #66192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66192E is #99E6D1. Grayscale: #323232. Windows color (decimal): -10086098 or 3021158. OLE color: 3021158.

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

Color convert

RGB 102 25 46 -
CMYK 0 0.75 0.55 0.6
HSL 343.64º 0.61% 0.25% -
HSV(B) 343.64º 0.75% 0.4% -
XYZ 6.32 3.72 2.97 -
YUV 50.42 125.51 164.79 -
System Red Green Blue C M Y K H S L
Decimal 102 25 46 0 0.75 0.55 0.6 343.64 0.61 0.25
Hex 66 19 2E 0 4B 37 3C 158 3D 19
Octal 146 31 56 0 113 67 74 530 75 31
Binary 1100110 11001 101110 0 1001011 110111 111100 101011000 111101 11001

Color Harmonies of #66192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66192E

Black with #66192E

Text Example


Text Example

White with #66192E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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