Html Css Color HEX #651830 Claret

📋 copy color: '#651830'

red 101 ◦ green 24 ◦ blue 48

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

Shades of Claret #651830

Tints of Claret #651830

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.87%

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

R = 58.38%
G = 13.87%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#651830 (or 0x651830) is known color: Claret. HEX triplet: 65, 18 and 30. RGB value is (101,24,48). Sum of RGB (Red+Green+Blue) = 101+24+48=173 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.38% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 101 - color contains mainly: red. Hex color #651830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651830 is #9AE7CF. Grayscale: #313131. Windows color (decimal): -10151888 or 3151973. OLE color: 3151973.

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

Color convert

RGB 101 24 48 -
CMYK 0 0.76 0.52 0.60
HSL 341.3º 0.62% 0.25% -
HSV(B) 341.3º 0.76% 0.4% -
XYZ 6.23 3.63 3.17 -
YUV 49.76 127.01 164.55 -
System Red Green Blue C M Y K H S L
Decimal 101 24 48 0 0.76 0.52 0.60 341.3 0.62 0.25
Hex 65 18 30 0 4C 34 3C 155 3E 19
Octal 145 30 60 0 114 64 74 525 76 31
Binary 1100101 11000 110000 0 1001100 110100 111100 101010101 111110 11001

Color Harmonies of #651830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651830

Black with #651830

Text Example


Text Example

White with #651830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651830; }

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

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

background-color css

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

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

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

border-color css

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

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

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