Html Css Color HEX #631C34 Claret

📋 copy color: '#631C34'

red 99 ◦ green 28 ◦ blue 52

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

Shades of Claret #631C34

Tints of Claret #631C34

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.64%

 BLUE value IS 52 (20.7% from 255) = 29.05%

R = 55.31%
G = 15.64%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#631C34 (or 0x631C34) is known color: Claret. HEX triplet: 63, 1C and 34. RGB value is (99,28,52). Sum of RGB (Red+Green+Blue) = 99+28+52=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 52 (20.70% from 255 or 29.05% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #631C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631C34 is #9CE3CB. Grayscale: #333333. Windows color (decimal): -10281932 or 3415139. OLE color: 3415139.

HSL color Cylindrical-coordinate representation of color #631C34: hue angle of 339.72º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #631C34 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 28 52 -
CMYK 0 0.72 0.47 0.61
HSL 339.72º 0.56% 0.25% -
HSV(B) 339.72º 0.72% 0.39% -
XYZ 6.18 3.73 3.64 -
YUV 51.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 99 28 52 0 0.72 0.47 0.61 339.72 0.56 0.25
Hex 63 1C 34 0 48 2F 3D 154 38 19
Octal 143 34 64 0 110 57 75 524 70 31
Binary 1100011 11100 110100 0 1001000 101111 111101 101010100 111000 11001

Color Harmonies of #631C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631C34

Black with #631C34

Text Example


Text Example

White with #631C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631C34; }

 p { color: rgb(99,28,52); }

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

background-color css

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

 a { background-color: rgb(99,28,52); }

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

border-color css

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

 span { border-color: rgb(99,28,52); }

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