Html Css Color HEX #611230 Claret

📋 copy color: '#611230'

red 97 ◦ green 18 ◦ blue 48

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

Shades of Claret #611230

Tints of Claret #611230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 29.45%

R = 59.51%
G = 11.04%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#611230 (or 0x611230) is known color: Claret. HEX triplet: 61, 12 and 30. RGB value is (97,18,48). Sum of RGB (Red+Green+Blue) = 97+18+48=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #611230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611230 is #9EEDCF. Grayscale: #2D2D2D. Windows color (decimal): -10415568 or 3150433. OLE color: 3150433.

HSL color Cylindrical-coordinate representation of color #611230: hue angle of 337.22º 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 #611230 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 18 48 -
CMYK 0 0.81 0.51 0.62
HSL 337.22º 0.69% 0.23% -
HSV(B) 337.22º 0.81% 0.38% -
XYZ 5.68 3.19 3.11 -
YUV 45.04 129.67 165.06 -
System Red Green Blue C M Y K H S L
Decimal 97 18 48 0 0.81 0.51 0.62 337.22 0.69 0.23
Hex 61 12 30 0 51 33 3E 151 45 17
Octal 141 22 60 0 121 63 76 521 105 27
Binary 1100001 10010 110000 0 1010001 110011 111110 101010001 1000101 10111

Color Harmonies of #611230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611230

Black with #611230

Text Example


Text Example

White with #611230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611230; }

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

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

background-color css

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

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

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

border-color css

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

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

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