Html Css Color HEX #651530 Claret

📋 copy color: '#651530'

red 101 ◦ green 21 ◦ blue 48

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

Shades of Claret #651530

Tints of Claret #651530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.35%

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

R = 59.41%
G = 12.35%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#651530 (or 0x651530) is known color: Claret. HEX triplet: 65, 15 and 30. RGB value is (101,21,48). Sum of RGB (Red+Green+Blue) = 101+21+48=170 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.41% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 101 - color contains mainly: red. Hex color #651530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651530 is #9AEACF. Grayscale: #2F2F2F. Windows color (decimal): -10152656 or 3151205. OLE color: 3151205.

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

Color convert

RGB 101 21 48 -
CMYK 0 0.79 0.52 0.60
HSL 339.75º 0.66% 0.24% -
HSV(B) 339.75º 0.79% 0.4% -
XYZ 6.17 3.52 3.15 -
YUV 48 128 165.8 -
System Red Green Blue C M Y K H S L
Decimal 101 21 48 0 0.79 0.52 0.60 339.75 0.66 0.24
Hex 65 15 30 0 4F 34 3C 154 42 18
Octal 145 25 60 0 117 64 74 524 102 30
Binary 1100101 10101 110000 0 1001111 110100 111100 101010100 1000010 11000

Color Harmonies of #651530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651530

Black with #651530

Text Example


Text Example

White with #651530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651530; }

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

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

background-color css

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

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

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

border-color css

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

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

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