Html Css Color HEX #651E2E Claret

📋 copy color: '#651E2E'

red 101 ◦ green 30 ◦ blue 46

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

Shades of Claret #651E2E

Tints of Claret #651E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.99%

R = 57.06%
G = 16.95%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#651E2E (or 0x651E2E) is known color: Claret. HEX triplet: 65, 1E and 2E. RGB value is (101,30,46). Sum of RGB (Red+Green+Blue) = 101+30+46=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #651E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651E2E is #9AE1D1. Grayscale: #353535. Windows color (decimal): -10150354 or 3022437. OLE color: 3022437.

HSL color Cylindrical-coordinate representation of color #651E2E: hue angle of 346.48º 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 #651E2E is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 30 46 -
CMYK 0 0.70 0.54 0.60
HSL 346.48º 0.54% 0.26% -
HSV(B) 346.48º 0.7% 0.4% -
XYZ 6.32 3.89 3 -
YUV 53.05 124.02 162.2 -
System Red Green Blue C M Y K H S L
Decimal 101 30 46 0 0.70 0.54 0.60 346.48 0.54 0.26
Hex 65 1E 2E 0 46 36 3C 15A 36 1A
Octal 145 36 56 0 106 66 74 532 66 32
Binary 1100101 11110 101110 0 1000110 110110 111100 101011010 110110 11010

Color Harmonies of #651E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651E2E

Black with #651E2E

Text Example


Text Example

White with #651E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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