Html Css Color HEX #631834 Claret

📋 copy color: '#631834'

red 99 ◦ green 24 ◦ blue 52

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

Shades of Claret #631834

Tints of Claret #631834

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.71%

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

R = 56.57%
G = 13.71%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#631834 (or 0x631834) is known color: Claret. HEX triplet: 63, 18 and 34. RGB value is (99,24,52). Sum of RGB (Red+Green+Blue) = 99+24+52=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #631834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631834 is #9CE7CB. Grayscale: #313131. Windows color (decimal): -10282956 or 3414115. OLE color: 3414115.

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

Color convert

RGB 99 24 52 -
CMYK 0 0.76 0.47 0.61
HSL 337.6º 0.61% 0.24% -
HSV(B) 337.6º 0.76% 0.39% -
XYZ 6.09 3.55 3.61 -
YUV 49.62 129.35 163.22 -
System Red Green Blue C M Y K H S L
Decimal 99 24 52 0 0.76 0.47 0.61 337.6 0.61 0.24
Hex 63 18 34 0 4C 2F 3D 152 3D 18
Octal 143 30 64 0 114 57 75 522 75 30
Binary 1100011 11000 110100 0 1001100 101111 111101 101010010 111101 11000

Color Harmonies of #631834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631834

Black with #631834

Text Example


Text Example

White with #631834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631834; }

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

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

background-color css

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

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

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

border-color css

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

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

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