Html Css Color HEX #612031 Claret

📋 copy color: '#612031'

red 97 ◦ green 32 ◦ blue 49

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

Shades of Claret #612031

Tints of Claret #612031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.98%

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

R = 54.49%
G = 17.98%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#612031 (or 0x612031) is known color: Claret. HEX triplet: 61, 20 and 31. RGB value is (97,32,49). Sum of RGB (Red+Green+Blue) = 97+32+49=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #612031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612031 is #9EDFCE. Grayscale: #353535. Windows color (decimal): -10411983 or 3219553. OLE color: 3219553.

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

Color convert

RGB 97 32 49 -
CMYK 0 0.67 0.49 0.62
HSL 344.31º 0.5% 0.25% -
HSV(B) 344.31º 0.67% 0.38% -
XYZ 6 3.8 3.32 -
YUV 53.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 97 32 49 0 0.67 0.49 0.62 344.31 0.5 0.25
Hex 61 20 31 0 43 31 3E 158 32 19
Octal 141 40 61 0 103 61 76 530 62 31
Binary 1100001 100000 110001 0 1000011 110001 111110 101011000 110010 11001

Color Harmonies of #612031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612031

Black with #612031

Text Example


Text Example

White with #612031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612031; }

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

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

background-color css

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

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

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

border-color css

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

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

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