Html Css Color HEX #661C30 Claret

📋 copy color: '#661C30'

red 102 ◦ green 28 ◦ blue 48

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

Shades of Claret #661C30

Tints of Claret #661C30

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.73%

 BLUE value IS 48 (19.14% from 255) = 26.97%

R = 57.3%
G = 15.73%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#661C30 (or 0x661C30) is known color: Claret. HEX triplet: 66, 1C and 30. RGB value is (102,28,48). Sum of RGB (Red+Green+Blue) = 102+28+48=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #661C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661C30 is #99E3CF. Grayscale: #343434. Windows color (decimal): -10085328 or 3152998. OLE color: 3152998.

HSL color Cylindrical-coordinate representation of color #661C30: hue angle of 343.78º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #661C30 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 28 48 -
CMYK 0 0.73 0.53 0.6
HSL 343.78º 0.57% 0.25% -
HSV(B) 343.78º 0.73% 0.4% -
XYZ 6.43 3.87 3.2 -
YUV 52.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 102 28 48 0 0.73 0.53 0.6 343.78 0.57 0.25
Hex 66 1C 30 0 49 35 3C 158 39 19
Octal 146 34 60 0 111 65 74 530 71 31
Binary 1100110 11100 110000 0 1001001 110101 111100 101011000 111001 11001

Color Harmonies of #661C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661C30

Black with #661C30

Text Example


Text Example

White with #661C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661C30; }

 p { color: rgb(102,28,48); }

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

background-color css

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

 a { background-color: rgb(102,28,48); }

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

border-color css

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

 span { border-color: rgb(102,28,48); }

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