Html Css Color HEX #651A2E Claret

📋 copy color: '#651A2E'

red 101 ◦ green 26 ◦ blue 46

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

Shades of Claret #651A2E

Tints of Claret #651A2E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.03%

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

R = 58.38%
G = 15.03%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#651A2E (or 0x651A2E) is known color: Claret. HEX triplet: 65, 1A and 2E. RGB value is (101,26,46). Sum of RGB (Red+Green+Blue) = 101+26+46=173 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.38% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 101 - color contains mainly: red. Hex color #651A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651A2E is #9AE5D1. Grayscale: #323232. Windows color (decimal): -10151378 or 3021413. OLE color: 3021413.

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

Color convert

RGB 101 26 46 -
CMYK 0 0.74 0.54 0.60
HSL 344º 0.59% 0.25% -
HSV(B) 344º 0.74% 0.4% -
XYZ 6.23 3.7 2.97 -
YUV 50.71 125.35 163.87 -
System Red Green Blue C M Y K H S L
Decimal 101 26 46 0 0.74 0.54 0.60 344 0.59 0.25
Hex 65 1A 2E 0 4A 36 3C 158 3B 19
Octal 145 32 56 0 112 66 74 530 73 31
Binary 1100101 11010 101110 0 1001010 110110 111100 101011000 111011 11001

Color Harmonies of #651A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651A2E

Black with #651A2E

Text Example


Text Example

White with #651A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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