Html Css Color HEX #612432 Claret

📋 copy color: '#612432'

red 97 ◦ green 36 ◦ blue 50

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

Shades of Claret #612432

Tints of Claret #612432

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.67%

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

R = 53.01%
G = 19.67%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#612432 (or 0x612432) is known color: Claret. HEX triplet: 61, 24 and 32. RGB value is (97,36,50). Sum of RGB (Red+Green+Blue) = 97+36+50=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #612432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612432 is #9EDBCD. Grayscale: #373737. Windows color (decimal): -10410958 or 3286113. OLE color: 3286113.

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

Color convert

RGB 97 36 50 -
CMYK 0 0.63 0.48 0.62
HSL 346.23º 0.46% 0.26% -
HSV(B) 346.23º 0.63% 0.38% -
XYZ 6.14 4.03 3.47 -
YUV 55.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 97 36 50 0 0.63 0.48 0.62 346.23 0.46 0.26
Hex 61 24 32 0 3F 30 3E 15A 2E 1A
Octal 141 44 62 0 77 60 76 532 56 32
Binary 1100001 100100 110010 0 111111 110000 111110 101011010 101110 11010

Color Harmonies of #612432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612432

Black with #612432

Text Example


Text Example

White with #612432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612432; }

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

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

background-color css

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

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

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

border-color css

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

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

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