Html Css Color HEX #651E33 Claret

📋 copy color: '#651E33'

red 101 ◦ green 30 ◦ blue 51

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

Shades of Claret #651E33

Tints of Claret #651E33

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.48%

 BLUE value IS 51 (20.31% from 255) = 28.02%

R = 55.49%
G = 16.48%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#651E33 (or 0x651E33) is known color: Claret. HEX triplet: 65, 1E and 33. RGB value is (101,30,51). Sum of RGB (Red+Green+Blue) = 101+30+51=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #651E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651E33 is #9AE1CC. Grayscale: #353535. Windows color (decimal): -10150349 or 3350117. OLE color: 3350117.

HSL color Cylindrical-coordinate representation of color #651E33: hue angle of 342.25º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #651E33 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 30 51 -
CMYK 0 0.70 0.50 0.60
HSL 342.25º 0.54% 0.26% -
HSV(B) 342.25º 0.7% 0.4% -
XYZ 6.43 3.93 3.55 -
YUV 53.62 126.52 161.79 -
System Red Green Blue C M Y K H S L
Decimal 101 30 51 0 0.70 0.50 0.60 342.25 0.54 0.26
Hex 65 1E 33 0 46 32 3C 156 36 1A
Octal 145 36 63 0 106 62 74 526 66 32
Binary 1100101 11110 110011 0 1000110 110010 111100 101010110 110110 11010

Color Harmonies of #651E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651E33

Black with #651E33

Text Example


Text Example

White with #651E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,30,51); }

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

background-color css

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

 a { background-color: rgb(101,30,51); }

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

border-color css

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

 span { border-color: rgb(101,30,51); }

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