Html Css Color HEX #611630 Claret

📋 copy color: '#611630'

red 97 ◦ green 22 ◦ blue 48

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

Shades of Claret #611630

Tints of Claret #611630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.17%

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

R = 58.08%
G = 13.17%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#611630 (or 0x611630) is known color: Claret. HEX triplet: 61, 16 and 30. RGB value is (97,22,48). Sum of RGB (Red+Green+Blue) = 97+22+48=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #611630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611630 is #9EE9CF. Grayscale: #2F2F2F. Windows color (decimal): -10414544 or 3151457. OLE color: 3151457.

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

Color convert

RGB 97 22 48 -
CMYK 0 0.77 0.51 0.62
HSL 339.2º 0.63% 0.23% -
HSV(B) 339.2º 0.77% 0.38% -
XYZ 5.75 3.33 3.14 -
YUV 47.39 128.35 163.39 -
System Red Green Blue C M Y K H S L
Decimal 97 22 48 0 0.77 0.51 0.62 339.2 0.63 0.23
Hex 61 16 30 0 4D 33 3E 153 3F 17
Octal 141 26 60 0 115 63 76 523 77 27
Binary 1100001 10110 110000 0 1001101 110011 111110 101010011 111111 10111

Color Harmonies of #611630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611630

Black with #611630

Text Example


Text Example

White with #611630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611630; }

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

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

background-color css

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

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

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

border-color css

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

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

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