Html Css Color HEX #612531 Claret

📋 copy color: '#612531'

red 97 ◦ green 37 ◦ blue 49

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

Shades of Claret #612531

Tints of Claret #612531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.22%

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

R = 53.01%
G = 20.22%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#612531 (or 0x612531) is known color: Claret. HEX triplet: 61, 25 and 31. RGB value is (97,37,49). Sum of RGB (Red+Green+Blue) = 97+37+49=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #612531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612531 is #9EDACE. Grayscale: #383838. Windows color (decimal): -10410703 or 3220833. OLE color: 3220833.

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

Color convert

RGB 97 37 49 -
CMYK 0 0.62 0.49 0.62
HSL 348º 0.45% 0.26% -
HSV(B) 348º 0.62% 0.38% -
XYZ 6.15 4.09 3.37 -
YUV 56.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 97 37 49 0 0.62 0.49 0.62 348 0.45 0.26
Hex 61 25 31 0 3E 31 3E 15C 2D 1A
Octal 141 45 61 0 76 61 76 534 55 32
Binary 1100001 100101 110001 0 111110 110001 111110 101011100 101101 11010

Color Harmonies of #612531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612531

Black with #612531

Text Example


Text Example

White with #612531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612531; }

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

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

background-color css

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

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

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

border-color css

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

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

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