Html Css Color HEX #651B31 Claret

📋 copy color: '#651B31'

red 101 ◦ green 27 ◦ blue 49

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

Shades of Claret #651B31

Tints of Claret #651B31

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.25%

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

R = 57.06%
G = 15.25%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#651B31 (or 0x651B31) is known color: Claret. HEX triplet: 65, 1B and 31. RGB value is (101,27,49). Sum of RGB (Red+Green+Blue) = 101+27+49=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #651B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651B31 is #9AE4CE. Grayscale: #333333. Windows color (decimal): -10151119 or 3218277. OLE color: 3218277.

HSL color Cylindrical-coordinate representation of color #651B31: hue angle of 342.16º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #651B31 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 27 49 -
CMYK 0 0.73 0.51 0.60
HSL 342.16º 0.58% 0.25% -
HSV(B) 342.16º 0.73% 0.4% -
XYZ 6.31 3.77 3.3 -
YUV 51.63 126.52 163.21 -
System Red Green Blue C M Y K H S L
Decimal 101 27 49 0 0.73 0.51 0.60 342.16 0.58 0.25
Hex 65 1B 31 0 49 33 3C 156 3A 19
Octal 145 33 61 0 111 63 74 526 72 31
Binary 1100101 11011 110001 0 1001001 110011 111100 101010110 111010 11001

Color Harmonies of #651B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651B31

Black with #651B31

Text Example


Text Example

White with #651B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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