Html Css Color HEX #641730 Claret

📋 copy color: '#641730'

red 100 ◦ green 23 ◦ blue 48

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

Shades of Claret #641730

Tints of Claret #641730

RGB

 RED value IS 100 (39.45% from 255) = 58.48%

 GREEN value IS 23 (9.38% from 255) = 13.45%

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

R = 58.48%
G = 13.45%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#641730 (or 0x641730) is known color: Claret. HEX triplet: 64, 17 and 30. RGB value is (100,23,48). Sum of RGB (Red+Green+Blue) = 100+23+48=171 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.48% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 100 - color contains mainly: red. Hex color #641730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641730 is #9BE8CF. Grayscale: #303030. Windows color (decimal): -10217680 or 3151716. OLE color: 3151716.

HSL color Cylindrical-coordinate representation of color #641730: hue angle of 340.52º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #641730 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 23 48 -
CMYK 0 0.77 0.52 0.61
HSL 340.52º 0.63% 0.24% -
HSV(B) 340.52º 0.77% 0.39% -
XYZ 6.1 3.54 3.16 -
YUV 48.87 127.51 164.47 -
System Red Green Blue C M Y K H S L
Decimal 100 23 48 0 0.77 0.52 0.61 340.52 0.63 0.24
Hex 64 17 30 0 4D 34 3D 155 3F 18
Octal 144 27 60 0 115 64 75 525 77 30
Binary 1100100 10111 110000 0 1001101 110100 111101 101010101 111111 11000

Color Harmonies of #641730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641730

Black with #641730

Text Example


Text Example

White with #641730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641730; }

 p { color: rgb(100,23,48); }

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

background-color css

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

 a { background-color: rgb(100,23,48); }

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

border-color css

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

 span { border-color: rgb(100,23,48); }

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