Html Css Color HEX #612331 Claret

📋 copy color: '#612331'

red 97 ◦ green 35 ◦ blue 49

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

Shades of Claret #612331

Tints of Claret #612331

RGB

 RED value IS 97 (38.28% from 255) = 53.59%

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

 BLUE value IS 49 (19.53% from 255) = 27.07%

R = 53.59%
G = 19.34%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#612331 (or 0x612331) is known color: Claret. HEX triplet: 61, 23 and 31. RGB value is (97,35,49). Sum of RGB (Red+Green+Blue) = 97+35+49=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #612331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612331 is #9EDCCE. Grayscale: #373737. Windows color (decimal): -10411215 or 3220321. OLE color: 3220321.

HSL color Cylindrical-coordinate representation of color #612331: hue angle of 346.45º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #612331 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 35 49 -
CMYK 0 0.64 0.49 0.62
HSL 346.45º 0.47% 0.26% -
HSV(B) 346.45º 0.64% 0.38% -
XYZ 6.09 3.97 3.35 -
YUV 55.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 97 35 49 0 0.64 0.49 0.62 346.45 0.47 0.26
Hex 61 23 31 0 40 31 3E 15A 2F 1A
Octal 141 43 61 0 100 61 76 532 57 32
Binary 1100001 100011 110001 0 1000000 110001 111110 101011010 101111 11010

Color Harmonies of #612331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612331

Black with #612331

Text Example


Text Example

White with #612331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612331; }

 p { color: rgb(97,35,49); }

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

background-color css

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

 a { background-color: rgb(97,35,49); }

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

border-color css

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

 span { border-color: rgb(97,35,49); }

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