Html Css Color HEX #642130 Claret

📋 copy color: '#642130'

red 100 ◦ green 33 ◦ blue 48

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

Shades of Claret #642130

Tints of Claret #642130

RGB

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

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

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

R = 55.25%
G = 18.23%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#642130 (or 0x642130) is known color: Claret. HEX triplet: 64, 21 and 30. RGB value is (100,33,48). Sum of RGB (Red+Green+Blue) = 100+33+48=181 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.25% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 100 - color contains mainly: red. Hex color #642130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642130 is #9BDECF. Grayscale: #363636. Windows color (decimal): -10215120 or 3154276. OLE color: 3154276.

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

Color convert

RGB 100 33 48 -
CMYK 0 0.67 0.52 0.61
HSL 346.57º 0.5% 0.26% -
HSV(B) 346.57º 0.67% 0.39% -
XYZ 6.33 4.01 3.24 -
YUV 54.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 100 33 48 0 0.67 0.52 0.61 346.57 0.5 0.26
Hex 64 21 30 0 43 34 3D 15B 32 1A
Octal 144 41 60 0 103 64 75 533 62 32
Binary 1100100 100001 110000 0 1000011 110100 111101 101011011 110010 11010

Color Harmonies of #642130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642130

Black with #642130

Text Example


Text Example

White with #642130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642130; }

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

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

background-color css

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

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

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

border-color css

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

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

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