Html Css Color HEX #631430 Claret

📋 copy color: '#631430'

red 99 ◦ green 20 ◦ blue 48

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

Shades of Claret #631430

Tints of Claret #631430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.98%

 BLUE value IS 48 (19.14% from 255) = 28.74%

R = 59.28%
G = 11.98%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#631430 (or 0x631430) is known color: Claret. HEX triplet: 63, 14 and 30. RGB value is (99,20,48). Sum of RGB (Red+Green+Blue) = 99+20+48=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #631430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631430 is #9CEBCF. Grayscale: #2E2E2E. Windows color (decimal): -10283984 or 3150947. OLE color: 3150947.

HSL color Cylindrical-coordinate representation of color #631430: hue angle of 338.73º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #631430 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 20 48 -
CMYK 0 0.80 0.52 0.61
HSL 338.73º 0.66% 0.23% -
HSV(B) 338.73º 0.8% 0.39% -
XYZ 5.93 3.37 3.13 -
YUV 46.81 128.67 165.22 -
System Red Green Blue C M Y K H S L
Decimal 99 20 48 0 0.80 0.52 0.61 338.73 0.66 0.23
Hex 63 14 30 0 50 34 3D 153 42 17
Octal 143 24 60 0 120 64 75 523 102 27
Binary 1100011 10100 110000 0 1010000 110100 111101 101010011 1000010 10111

Color Harmonies of #631430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631430

Black with #631430

Text Example


Text Example

White with #631430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631430; }

 p { color: rgb(99,20,48); }

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

background-color css

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

 a { background-color: rgb(99,20,48); }

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

border-color css

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

 span { border-color: rgb(99,20,48); }

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