Html Css Color HEX #65202F Claret

📋 copy color: '#65202F'

red 101 ◦ green 32 ◦ blue 47

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

Shades of Claret #65202F

Tints of Claret #65202F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.78%

 BLUE value IS 47 (18.75% from 255) = 26.11%

R = 56.11%
G = 17.78%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#65202F (or 0x65202F) is known color: Claret. HEX triplet: 65, 20 and 2F. RGB value is (101,32,47). Sum of RGB (Red+Green+Blue) = 101+32+47=180 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.11% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 101 - color contains mainly: red. Hex color #65202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65202F is #9ADFD0. Grayscale: #363636. Windows color (decimal): -10149841 or 3088485. OLE color: 3088485.

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

Color convert

RGB 101 32 47 -
CMYK 0 0.68 0.53 0.60
HSL 346.96º 0.52% 0.26% -
HSV(B) 346.96º 0.68% 0.4% -
XYZ 6.4 4 3.13 -
YUV 54.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 101 32 47 0 0.68 0.53 0.60 346.96 0.52 0.26
Hex 65 20 2F 0 44 35 3C 15B 34 1A
Octal 145 40 57 0 104 65 74 533 64 32
Binary 1100101 100000 101111 0 1000100 110101 111100 101011011 110100 11010

Color Harmonies of #65202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65202F

Black with #65202F

Text Example


Text Example

White with #65202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65202F; }

 p { color: rgb(101,32,47); }

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

background-color css

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

 a { background-color: rgb(101,32,47); }

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

border-color css

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

 span { border-color: rgb(101,32,47); }

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