Html Css Color HEX #66202E Claret

📋 copy color: '#66202E'

red 102 ◦ green 32 ◦ blue 46

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

Shades of Claret #66202E

Tints of Claret #66202E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.78%

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

R = 56.67%
G = 17.78%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.6

RGB Variations

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

Color information

#66202E (or 0x66202E) is known color: Claret. HEX triplet: 66, 20 and 2E. RGB value is (102,32,46). Sum of RGB (Red+Green+Blue) = 102+32+46=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #66202E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66202E is #99DFD1. Grayscale: #363636. Windows color (decimal): -10084306 or 3022950. OLE color: 3022950.

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

Color convert

RGB 102 32 46 -
CMYK 0 0.69 0.55 0.6
HSL 348º 0.52% 0.26% -
HSV(B) 348º 0.69% 0.4% -
XYZ 6.49 4.06 3.03 -
YUV 54.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 102 32 46 0 0.69 0.55 0.6 348 0.52 0.26
Hex 66 20 2E 0 45 37 3C 15C 34 1A
Octal 146 40 56 0 105 67 74 534 64 32
Binary 1100110 100000 101110 0 1000101 110111 111100 101011100 110100 11010

Color Harmonies of #66202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66202E

Black with #66202E

Text Example


Text Example

White with #66202E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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