Html Css Color HEX #651330 Claret

📋 copy color: '#651330'

red 101 ◦ green 19 ◦ blue 48

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

Shades of Claret #651330

Tints of Claret #651330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.31%

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

R = 60.12%
G = 11.31%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#651330 (or 0x651330) is known color: Claret. HEX triplet: 65, 13 and 30. RGB value is (101,19,48). Sum of RGB (Red+Green+Blue) = 101+19+48=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #651330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651330 is #9AECCF. Grayscale: #2E2E2E. Windows color (decimal): -10153168 or 3150693. OLE color: 3150693.

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

Color convert

RGB 101 19 48 -
CMYK 0 0.81 0.52 0.60
HSL 338.78º 0.68% 0.24% -
HSV(B) 338.78º 0.81% 0.4% -
XYZ 6.13 3.45 3.14 -
YUV 46.82 128.67 166.64 -
System Red Green Blue C M Y K H S L
Decimal 101 19 48 0 0.81 0.52 0.60 338.78 0.68 0.24
Hex 65 13 30 0 51 34 3C 153 44 18
Octal 145 23 60 0 121 64 74 523 104 30
Binary 1100101 10011 110000 0 1010001 110100 111100 101010011 1000100 11000

Color Harmonies of #651330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651330

Black with #651330

Text Example


Text Example

White with #651330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651330; }

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

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

background-color css

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

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

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

border-color css

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

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

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