Html Css Color HEX #662834 Claret

📋 copy color: '#662834'

red 102 ◦ green 40 ◦ blue 52

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

Shades of Claret #662834

Tints of Claret #662834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.62%

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

R = 52.58%
G = 20.62%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#662834 (or 0x662834) is known color: Claret. HEX triplet: 66, 28 and 34. RGB value is (102,40,52). Sum of RGB (Red+Green+Blue) = 102+40+52=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #662834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662834 is #99D7CB. Grayscale: #3B3B3B. Windows color (decimal): -10082252 or 3418214. OLE color: 3418214.

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

Color convert

RGB 102 40 52 -
CMYK 0 0.61 0.49 0.6
HSL 348.39º 0.44% 0.28% -
HSV(B) 348.39º 0.61% 0.4% -
XYZ 6.86 4.59 3.77 -
YUV 59.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 102 40 52 0 0.61 0.49 0.6 348.39 0.44 0.28
Hex 66 28 34 0 3D 31 3C 15C 2C 1C
Octal 146 50 64 0 75 61 74 534 54 34
Binary 1100110 101000 110100 0 111101 110001 111100 101011100 101100 11100

Color Harmonies of #662834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662834

Black with #662834

Text Example


Text Example

White with #662834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662834; }

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

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

background-color css

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

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

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

border-color css

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

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

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