Html Css Color HEX #612431 Claret

📋 copy color: '#612431'

red 97 ◦ green 36 ◦ blue 49

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

Shades of Claret #612431

Tints of Claret #612431

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.78%

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

R = 53.3%
G = 19.78%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#612431 (or 0x612431) is known color: Claret. HEX triplet: 61, 24 and 31. RGB value is (97,36,49). Sum of RGB (Red+Green+Blue) = 97+36+49=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #612431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612431 is #9EDBCE. Grayscale: #373737. Windows color (decimal): -10410959 or 3220577. OLE color: 3220577.

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

Color convert

RGB 97 36 49 -
CMYK 0 0.63 0.49 0.62
HSL 347.21º 0.46% 0.26% -
HSV(B) 347.21º 0.63% 0.38% -
XYZ 6.12 4.02 3.36 -
YUV 55.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 97 36 49 0 0.63 0.49 0.62 347.21 0.46 0.26
Hex 61 24 31 0 3F 31 3E 15B 2E 1A
Octal 141 44 61 0 77 61 76 533 56 32
Binary 1100001 100100 110001 0 111111 110001 111110 101011011 101110 11010

Color Harmonies of #612431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612431

Black with #612431

Text Example


Text Example

White with #612431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612431; }

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

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

background-color css

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

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

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

border-color css

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

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

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