Html Css Color HEX #651D2E Claret

📋 copy color: '#651D2E'

red 101 ◦ green 29 ◦ blue 46

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

Shades of Claret #651D2E

Tints of Claret #651D2E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.48%

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

R = 57.39%
G = 16.48%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#651D2E (or 0x651D2E) is known color: Claret. HEX triplet: 65, 1D and 2E. RGB value is (101,29,46). Sum of RGB (Red+Green+Blue) = 101+29+46=176 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.39% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 101 - color contains mainly: red. Hex color #651D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651D2E is #9AE2D1. Grayscale: #343434. Windows color (decimal): -10150610 or 3022181. OLE color: 3022181.

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

Color convert

RGB 101 29 46 -
CMYK 0 0.71 0.54 0.60
HSL 345.83º 0.55% 0.25% -
HSV(B) 345.83º 0.71% 0.4% -
XYZ 6.3 3.84 2.99 -
YUV 52.47 124.35 162.62 -
System Red Green Blue C M Y K H S L
Decimal 101 29 46 0 0.71 0.54 0.60 345.83 0.55 0.25
Hex 65 1D 2E 0 47 36 3C 15A 37 19
Octal 145 35 56 0 107 66 74 532 67 31
Binary 1100101 11101 101110 0 1000111 110110 111100 101011010 110111 11001

Color Harmonies of #651D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651D2E

Black with #651D2E

Text Example


Text Example

White with #651D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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