Html Css Color HEX #632632 Claret

📋 copy color: '#632632'

red 99 ◦ green 38 ◦ blue 50

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

Shades of Claret #632632

Tints of Claret #632632

RGB

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

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

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

R = 52.94%
G = 20.32%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#632632 (or 0x632632) is known color: Claret. HEX triplet: 63, 26 and 32. RGB value is (99,38,50). Sum of RGB (Red+Green+Blue) = 99+38+50=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #632632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632632 is #9CD9CD. Grayscale: #393939. Windows color (decimal): -10279374 or 3286627. OLE color: 3286627.

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

Color convert

RGB 99 38 50 -
CMYK 0 0.62 0.49 0.61
HSL 348.2º 0.45% 0.27% -
HSV(B) 348.2º 0.62% 0.39% -
XYZ 6.41 4.27 3.5 -
YUV 57.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 99 38 50 0 0.62 0.49 0.61 348.2 0.45 0.27
Hex 63 26 32 0 3E 31 3D 15C 2D 1B
Octal 143 46 62 0 76 61 75 534 55 33
Binary 1100011 100110 110010 0 111110 110001 111101 101011100 101101 11011

Color Harmonies of #632632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632632

Black with #632632

Text Example


Text Example

White with #632632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632632; }

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

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

background-color css

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

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

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

border-color css

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

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

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