Html Css Color HEX #651D30 Claret

📋 copy color: '#651D30'

red 101 ◦ green 29 ◦ blue 48

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

Shades of Claret #651D30

Tints of Claret #651D30

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.29%

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

R = 56.74%
G = 16.29%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#651D30 (or 0x651D30) is known color: Claret. HEX triplet: 65, 1D and 30. RGB value is (101,29,48). Sum of RGB (Red+Green+Blue) = 101+29+48=178 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.74% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 101 - color contains mainly: red. Hex color #651D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651D30 is #9AE2CF. Grayscale: #343434. Windows color (decimal): -10150608 or 3153253. OLE color: 3153253.

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

Color convert

RGB 101 29 48 -
CMYK 0 0.71 0.52 0.60
HSL 344.17º 0.55% 0.25% -
HSV(B) 344.17º 0.71% 0.4% -
XYZ 6.34 3.86 3.21 -
YUV 52.69 125.35 162.46 -
System Red Green Blue C M Y K H S L
Decimal 101 29 48 0 0.71 0.52 0.60 344.17 0.55 0.25
Hex 65 1D 30 0 47 34 3C 158 37 19
Octal 145 35 60 0 107 64 74 530 67 31
Binary 1100101 11101 110000 0 1000111 110100 111100 101011000 110111 11001

Color Harmonies of #651D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651D30

Black with #651D30

Text Example


Text Example

White with #651D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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