Html Css Color HEX #66202F Claret

📋 copy color: '#66202F'

red 102 ◦ green 32 ◦ blue 47

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

Shades of Claret #66202F

Tints of Claret #66202F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.97%

R = 56.35%
G = 17.68%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.6

RGB Variations

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

Color information

#66202F (or 0x66202F) is known color: Claret. HEX triplet: 66, 20 and 2F. RGB value is (102,32,47). Sum of RGB (Red+Green+Blue) = 102+32+47=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #66202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66202F is #99DFD0. Grayscale: #363636. Windows color (decimal): -10084305 or 3088486. OLE color: 3088486.

HSL color Cylindrical-coordinate representation of color #66202F: hue angle of 347.14º 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 #66202F is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 32 47 -
CMYK 0 0.69 0.54 0.6
HSL 347.14º 0.52% 0.26% -
HSV(B) 347.14º 0.69% 0.4% -
XYZ 6.51 4.06 3.13 -
YUV 54.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 102 32 47 0 0.69 0.54 0.6 347.14 0.52 0.26
Hex 66 20 2F 0 45 36 3C 15B 34 1A
Octal 146 40 57 0 105 66 74 533 64 32
Binary 1100110 100000 101111 0 1000101 110110 111100 101011011 110100 11010

Color Harmonies of #66202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66202F

Black with #66202F

Text Example


Text Example

White with #66202F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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