Html Css Color HEX #651431 Claret

📋 copy color: '#651431'

red 101 ◦ green 20 ◦ blue 49

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

Shades of Claret #651431

Tints of Claret #651431

RGB

 RED value IS 101 (39.84% from 255) = 59.41%

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

 BLUE value IS 49 (19.53% from 255) = 28.82%

R = 59.41%
G = 11.76%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#651431 (or 0x651431) is known color: Claret. HEX triplet: 65, 14 and 31. RGB value is (101,20,49). Sum of RGB (Red+Green+Blue) = 101+20+49=170 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.41% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 101 - color contains mainly: red. Hex color #651431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651431 is #9AEBCE. Grayscale: #2F2F2F. Windows color (decimal): -10152911 or 3216485. OLE color: 3216485.

HSL color Cylindrical-coordinate representation of color #651431: hue angle of 338.52º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #651431 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 20 49 -
CMYK 0 0.80 0.51 0.60
HSL 338.52º 0.67% 0.24% -
HSV(B) 338.52º 0.8% 0.4% -
XYZ 6.17 3.49 3.25 -
YUV 47.53 128.84 166.14 -
System Red Green Blue C M Y K H S L
Decimal 101 20 49 0 0.80 0.51 0.60 338.52 0.67 0.24
Hex 65 14 31 0 50 33 3C 153 43 18
Octal 145 24 61 0 120 63 74 523 103 30
Binary 1100101 10100 110001 0 1010000 110011 111100 101010011 1000011 11000

Color Harmonies of #651431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651431

Black with #651431

Text Example


Text Example

White with #651431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651431; }

 p { color: rgb(101,20,49); }

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

background-color css

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

 a { background-color: rgb(101,20,49); }

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

border-color css

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

 span { border-color: rgb(101,20,49); }

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