Html Css Color HEX #611432 Claret

📋 copy color: '#611432'

red 97 ◦ green 20 ◦ blue 50

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

Shades of Claret #611432

Tints of Claret #611432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 29.94%

R = 58.08%
G = 11.98%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#611432 (or 0x611432) is known color: Claret. HEX triplet: 61, 14 and 32. RGB value is (97,20,50). Sum of RGB (Red+Green+Blue) = 97+20+50=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #611432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611432 is #9EEBCD. Grayscale: #2E2E2E. Windows color (decimal): -10415054 or 3282017. OLE color: 3282017.

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

Color convert

RGB 97 20 50 -
CMYK 0 0.79 0.48 0.62
HSL 336.62º 0.66% 0.23% -
HSV(B) 336.62º 0.79% 0.38% -
XYZ 5.76 3.27 3.35 -
YUV 46.44 130.01 164.06 -
System Red Green Blue C M Y K H S L
Decimal 97 20 50 0 0.79 0.48 0.62 336.62 0.66 0.23
Hex 61 14 32 0 4F 30 3E 151 42 17
Octal 141 24 62 0 117 60 76 521 102 27
Binary 1100001 10100 110010 0 1001111 110000 111110 101010001 1000010 10111

Color Harmonies of #611432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611432

Black with #611432

Text Example


Text Example

White with #611432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611432; }

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

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

background-color css

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

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

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

border-color css

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

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

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