Html Css Color HEX #612033 Claret

📋 copy color: '#612033'

red 97 ◦ green 32 ◦ blue 51

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

Shades of Claret #612033

Tints of Claret #612033

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.78%

 BLUE value IS 51 (20.31% from 255) = 28.33%

R = 53.89%
G = 17.78%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#612033 (or 0x612033) is known color: Claret. HEX triplet: 61, 20 and 33. RGB value is (97,32,51). Sum of RGB (Red+Green+Blue) = 97+32+51=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #612033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612033 is #9EDFCC. Grayscale: #353535. Windows color (decimal): -10411981 or 3350625. OLE color: 3350625.

HSL color Cylindrical-coordinate representation of color #612033: hue angle of 342.46º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #612033 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 32 51 -
CMYK 0 0.67 0.47 0.62
HSL 342.46º 0.5% 0.25% -
HSV(B) 342.46º 0.67% 0.38% -
XYZ 6.04 3.81 3.55 -
YUV 53.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 97 32 51 0 0.67 0.47 0.62 342.46 0.5 0.25
Hex 61 20 33 0 43 2F 3E 156 32 19
Octal 141 40 63 0 103 57 76 526 62 31
Binary 1100001 100000 110011 0 1000011 101111 111110 101010110 110010 11001

Color Harmonies of #612033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612033

Black with #612033

Text Example


Text Example

White with #612033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612033; }

 p { color: rgb(97,32,51); }

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

background-color css

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

 a { background-color: rgb(97,32,51); }

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

border-color css

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

 span { border-color: rgb(97,32,51); }

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