Html Css Color HEX #611231 Claret

📋 copy color: '#611231'

red 97 ◦ green 18 ◦ blue 49

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

Shades of Claret #611231

Tints of Claret #611231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.98%

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

R = 59.15%
G = 10.98%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#611231 (or 0x611231) is known color: Claret. HEX triplet: 61, 12 and 31. RGB value is (97,18,49). Sum of RGB (Red+Green+Blue) = 97+18+49=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #611231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611231 is #9EEDCE. Grayscale: #2D2D2D. Windows color (decimal): -10415567 or 3215969. OLE color: 3215969.

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

Color convert

RGB 97 18 49 -
CMYK 0 0.81 0.49 0.62
HSL 336.46º 0.69% 0.23% -
HSV(B) 336.46º 0.81% 0.38% -
XYZ 5.7 3.2 3.22 -
YUV 45.16 130.17 164.98 -
System Red Green Blue C M Y K H S L
Decimal 97 18 49 0 0.81 0.49 0.62 336.46 0.69 0.23
Hex 61 12 31 0 51 31 3E 150 45 17
Octal 141 22 61 0 121 61 76 520 105 27
Binary 1100001 10010 110001 0 1010001 110001 111110 101010000 1000101 10111

Color Harmonies of #611231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611231

Black with #611231

Text Example


Text Example

White with #611231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611231; }

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

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

background-color css

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

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

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

border-color css

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

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

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