Html Css Color HEX #662534 Claret

📋 copy color: '#662534'

red 102 ◦ green 37 ◦ blue 52

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

Shades of Claret #662534

Tints of Claret #662534

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.37%

 BLUE value IS 52 (20.7% from 255) = 27.23%

R = 53.4%
G = 19.37%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#662534 (or 0x662534) is known color: Claret. HEX triplet: 66, 25 and 34. RGB value is (102,37,52). Sum of RGB (Red+Green+Blue) = 102+37+52=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #662534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662534 is #99DACB. Grayscale: #3A3A3A. Windows color (decimal): -10083020 or 3417446. OLE color: 3417446.

HSL color Cylindrical-coordinate representation of color #662534: hue angle of 346.15º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #662534 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 37 52 -
CMYK 0 0.64 0.49 0.6
HSL 346.15º 0.47% 0.27% -
HSV(B) 346.15º 0.64% 0.4% -
XYZ 6.76 4.4 3.74 -
YUV 58.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 102 37 52 0 0.64 0.49 0.6 346.15 0.47 0.27
Hex 66 25 34 0 40 31 3C 15A 2F 1B
Octal 146 45 64 0 100 61 74 532 57 33
Binary 1100110 100101 110100 0 1000000 110001 111100 101011010 101111 11011

Color Harmonies of #662534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662534

Black with #662534

Text Example


Text Example

White with #662534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662534; }

 p { color: rgb(102,37,52); }

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

background-color css

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

 a { background-color: rgb(102,37,52); }

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

border-color css

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

 span { border-color: rgb(102,37,52); }

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