Html Css Color HEX #612632 Claret

📋 copy color: '#612632'

red 97 ◦ green 38 ◦ blue 50

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

Shades of Claret #612632

Tints of Claret #612632

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.54%

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

R = 52.43%
G = 20.54%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#612632 (or 0x612632) is known color: Claret. HEX triplet: 61, 26 and 32. RGB value is (97,38,50). Sum of RGB (Red+Green+Blue) = 97+38+50=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #612632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612632 is #9ED9CD. Grayscale: #393939. Windows color (decimal): -10410446 or 3286625. OLE color: 3286625.

HSL color Cylindrical-coordinate representation of color #612632: hue angle of 347.8º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #612632 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 38 50 -
CMYK 0 0.61 0.48 0.62
HSL 347.8º 0.44% 0.26% -
HSV(B) 347.8º 0.61% 0.38% -
XYZ 6.2 4.16 3.49 -
YUV 57.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 97 38 50 0 0.61 0.48 0.62 347.8 0.44 0.26
Hex 61 26 32 0 3D 30 3E 15C 2C 1A
Octal 141 46 62 0 75 60 76 534 54 32
Binary 1100001 100110 110010 0 111101 110000 111110 101011100 101100 11010

Color Harmonies of #612632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612632

Black with #612632

Text Example


Text Example

White with #612632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612632; }

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

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

background-color css

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

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

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

border-color css

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

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

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