Html Css Color HEX #651130 Claret

📋 copy color: '#651130'

red 101 ◦ green 17 ◦ blue 48

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

Shades of Claret #651130

Tints of Claret #651130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.24%

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

R = 60.84%
G = 10.24%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#651130 (or 0x651130) is known color: Claret. HEX triplet: 65, 11 and 30. RGB value is (101,17,48). Sum of RGB (Red+Green+Blue) = 101+17+48=166 (21% of max value = 765). Red value is 101 (39.84% from 255 or 60.84% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 101 - color contains mainly: red. Hex color #651130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651130 is #9AEECF. Grayscale: #2D2D2D. Windows color (decimal): -10153680 or 3150181. OLE color: 3150181.

HSL color Cylindrical-coordinate representation of color #651130: hue angle of 337.86º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #651130 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 17 48 -
CMYK 0 0.83 0.52 0.60
HSL 337.86º 0.71% 0.23% -
HSV(B) 337.86º 0.83% 0.4% -
XYZ 6.1 3.38 3.13 -
YUV 45.65 129.33 167.48 -
System Red Green Blue C M Y K H S L
Decimal 101 17 48 0 0.83 0.52 0.60 337.86 0.71 0.23
Hex 65 11 30 0 53 34 3C 152 47 17
Octal 145 21 60 0 123 64 74 522 107 27
Binary 1100101 10001 110000 0 1010011 110100 111100 101010010 1000111 10111

Color Harmonies of #651130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651130

Black with #651130

Text Example


Text Example

White with #651130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651130; }

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

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

background-color css

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

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

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

border-color css

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

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

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