Html Css Color HEX #662330 Claret

📋 copy color: '#662330'

red 102 ◦ green 35 ◦ blue 48

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

Shades of Claret #662330

Tints of Claret #662330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.92%

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

R = 55.14%
G = 18.92%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#662330 (or 0x662330) is known color: Claret. HEX triplet: 66, 23 and 30. RGB value is (102,35,48). Sum of RGB (Red+Green+Blue) = 102+35+48=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #662330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662330 is #99DCCF. Grayscale: #383838. Windows color (decimal): -10083536 or 3154790. OLE color: 3154790.

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

Color convert

RGB 102 35 48 -
CMYK 0 0.66 0.53 0.6
HSL 348.36º 0.49% 0.27% -
HSV(B) 348.36º 0.66% 0.4% -
XYZ 6.61 4.24 3.27 -
YUV 56.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 102 35 48 0 0.66 0.53 0.6 348.36 0.49 0.27
Hex 66 23 30 0 42 35 3C 15C 31 1B
Octal 146 43 60 0 102 65 74 534 61 33
Binary 1100110 100011 110000 0 1000010 110101 111100 101011100 110001 11011

Color Harmonies of #662330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662330

Black with #662330

Text Example


Text Example

White with #662330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662330; }

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

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

background-color css

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

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

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

border-color css

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

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

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