Html Css Color HEX #632432 Claret

📋 copy color: '#632432'

red 99 ◦ green 36 ◦ blue 50

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

Shades of Claret #632432

Tints of Claret #632432

RGB

 RED value IS 99 (39.06% from 255) = 53.51%

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

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

R = 53.51%
G = 19.46%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#632432 (or 0x632432) is known color: Claret. HEX triplet: 63, 24 and 32. RGB value is (99,36,50). Sum of RGB (Red+Green+Blue) = 99+36+50=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #632432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632432 is #9CDBCD. Grayscale: #383838. Windows color (decimal): -10279886 or 3286115. OLE color: 3286115.

HSL color Cylindrical-coordinate representation of color #632432: hue angle of 346.67º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #632432 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 36 50 -
CMYK 0 0.64 0.49 0.61
HSL 346.67º 0.47% 0.26% -
HSV(B) 346.67º 0.64% 0.39% -
XYZ 6.35 4.14 3.48 -
YUV 56.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 99 36 50 0 0.64 0.49 0.61 346.67 0.47 0.26
Hex 63 24 32 0 40 31 3D 15B 2F 1A
Octal 143 44 62 0 100 61 75 533 57 32
Binary 1100011 100100 110010 0 1000000 110001 111101 101011011 101111 11010

Color Harmonies of #632432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632432

Black with #632432

Text Example


Text Example

White with #632432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632432; }

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

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

background-color css

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

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

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

border-color css

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

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

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