Html Css Color HEX #662135 Claret

📋 copy color: '#662135'

red 102 ◦ green 33 ◦ blue 53

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

Shades of Claret #662135

Tints of Claret #662135

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.55%

 BLUE value IS 53 (21.09% from 255) = 28.19%

R = 54.26%
G = 17.55%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.6

RGB Variations

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

Color information

#662135 (or 0x662135) is known color: Claret. HEX triplet: 66, 21 and 35. RGB value is (102,33,53). Sum of RGB (Red+Green+Blue) = 102+33+53=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #662135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662135 is #99DECA. Grayscale: #373737. Windows color (decimal): -10084043 or 3481958. OLE color: 3481958.

HSL color Cylindrical-coordinate representation of color #662135: hue angle of 342.61º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662135 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 33 53 -
CMYK 0 0.68 0.48 0.6
HSL 342.61º 0.51% 0.26% -
HSV(B) 342.61º 0.68% 0.4% -
XYZ 6.67 4.17 3.82 -
YUV 55.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 102 33 53 0 0.68 0.48 0.6 342.61 0.51 0.26
Hex 66 21 35 0 44 30 3C 157 33 1A
Octal 146 41 65 0 104 60 74 527 63 32
Binary 1100110 100001 110101 0 1000100 110000 111100 101010111 110011 11010

Color Harmonies of #662135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662135

Black with #662135

Text Example


Text Example

White with #662135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662135; }

 p { color: rgb(102,33,53); }

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

background-color css

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

 a { background-color: rgb(102,33,53); }

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

border-color css

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

 span { border-color: rgb(102,33,53); }

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