Html Css Color HEX #652330 Claret

📋 copy color: '#652330'

red 101 ◦ green 35 ◦ blue 48

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

Shades of Claret #652330

Tints of Claret #652330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.02%

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

R = 54.89%
G = 19.02%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#652330 (or 0x652330) is known color: Claret. HEX triplet: 65, 23 and 30. RGB value is (101,35,48). Sum of RGB (Red+Green+Blue) = 101+35+48=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #652330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652330 is #9ADCCF. Grayscale: #383838. Windows color (decimal): -10149072 or 3154789. OLE color: 3154789.

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

Color convert

RGB 101 35 48 -
CMYK 0 0.65 0.52 0.60
HSL 348.18º 0.49% 0.27% -
HSV(B) 348.18º 0.65% 0.4% -
XYZ 6.5 4.18 3.26 -
YUV 56.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 101 35 48 0 0.65 0.52 0.60 348.18 0.49 0.27
Hex 65 23 30 0 41 34 3C 15C 31 1B
Octal 145 43 60 0 101 64 74 534 61 33
Binary 1100101 100011 110000 0 1000001 110100 111100 101011100 110001 11011

Color Harmonies of #652330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652330

Black with #652330

Text Example


Text Example

White with #652330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652330; }

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

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

background-color css

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

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

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

border-color css

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

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

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