Html Css Color HEX #651C30 Claret

📋 copy color: '#651C30'

red 101 ◦ green 28 ◦ blue 48

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

Shades of Claret #651C30

Tints of Claret #651C30

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.82%

 BLUE value IS 48 (19.14% from 255) = 27.12%

R = 57.06%
G = 15.82%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#651C30 (or 0x651C30) is known color: Claret. HEX triplet: 65, 1C and 30. RGB value is (101,28,48). Sum of RGB (Red+Green+Blue) = 101+28+48=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #651C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651C30 is #9AE3CF. Grayscale: #343434. Windows color (decimal): -10150864 or 3152997. OLE color: 3152997.

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

Color convert

RGB 101 28 48 -
CMYK 0 0.72 0.52 0.60
HSL 343.56º 0.57% 0.25% -
HSV(B) 343.56º 0.72% 0.4% -
XYZ 6.32 3.81 3.2 -
YUV 52.11 125.68 162.87 -
System Red Green Blue C M Y K H S L
Decimal 101 28 48 0 0.72 0.52 0.60 343.56 0.57 0.25
Hex 65 1C 30 0 48 34 3C 158 39 19
Octal 145 34 60 0 110 64 74 530 71 31
Binary 1100101 11100 110000 0 1001000 110100 111100 101011000 111001 11001

Color Harmonies of #651C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651C30

Black with #651C30

Text Example


Text Example

White with #651C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,28,48); }

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

background-color css

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

 a { background-color: rgb(101,28,48); }

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

border-color css

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

 span { border-color: rgb(101,28,48); }

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