Html Css Color HEX #661933 Claret

📋 copy color: '#661933'

red 102 ◦ green 25 ◦ blue 51

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

Shades of Claret #661933

Tints of Claret #661933

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.04%

 BLUE value IS 51 (20.31% from 255) = 28.65%

R = 57.3%
G = 14.04%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.5

 K value IS 0.6

RGB Variations

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

Color information

#661933 (or 0x661933) is known color: Claret. HEX triplet: 66, 19 and 33. RGB value is (102,25,51). Sum of RGB (Red+Green+Blue) = 102+25+51=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #661933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661933 is #99E6CC. Grayscale: #323232. Windows color (decimal): -10086093 or 3348838. OLE color: 3348838.

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

Color convert

RGB 102 25 51 -
CMYK 0 0.75 0.5 0.6
HSL 339.74º 0.61% 0.25% -
HSV(B) 339.74º 0.75% 0.4% -
XYZ 6.42 3.76 3.52 -
YUV 50.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 102 25 51 0 0.75 0.5 0.6 339.74 0.61 0.25
Hex 66 19 33 0 4B 32 3C 154 3D 19
Octal 146 31 63 0 113 62 74 524 75 31
Binary 1100110 11001 110011 0 1001011 110010 111100 101010100 111101 11001

Color Harmonies of #661933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661933

Black with #661933

Text Example


Text Example

White with #661933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661933; }

 p { color: rgb(102,25,51); }

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

background-color css

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

 a { background-color: rgb(102,25,51); }

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

border-color css

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

 span { border-color: rgb(102,25,51); }

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