Html Css Color HEX #611430 Claret

📋 copy color: '#611430'

red 97 ◦ green 20 ◦ blue 48

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

Shades of Claret #611430

Tints of Claret #611430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.12%

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

R = 58.79%
G = 12.12%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#611430 (or 0x611430) is known color: Claret. HEX triplet: 61, 14 and 30. RGB value is (97,20,48). Sum of RGB (Red+Green+Blue) = 97+20+48=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #611430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611430 is #9EEBCF. Grayscale: #2E2E2E. Windows color (decimal): -10415056 or 3150945. OLE color: 3150945.

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

Color convert

RGB 97 20 48 -
CMYK 0 0.79 0.51 0.62
HSL 338.18º 0.66% 0.23% -
HSV(B) 338.18º 0.79% 0.38% -
XYZ 5.71 3.26 3.12 -
YUV 46.22 129.01 164.22 -
System Red Green Blue C M Y K H S L
Decimal 97 20 48 0 0.79 0.51 0.62 338.18 0.66 0.23
Hex 61 14 30 0 4F 33 3E 152 42 17
Octal 141 24 60 0 117 63 76 522 102 27
Binary 1100001 10100 110000 0 1001111 110011 111110 101010010 1000010 10111

Color Harmonies of #611430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611430

Black with #611430

Text Example


Text Example

White with #611430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611430; }

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

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

background-color css

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

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

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

border-color css

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

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

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