Html Css Color HEX #691730 Claret

📋 copy color: '#691730'

red 105 ◦ green 23 ◦ blue 48

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

Shades of Claret #691730

Tints of Claret #691730

RGB

 RED value IS 105 (41.41% from 255) = 59.66%

 GREEN value IS 23 (9.38% from 255) = 13.07%

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

R = 59.66%
G = 13.07%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#691730 (or 0x691730) is known color: Claret. HEX triplet: 69, 17 and 30. RGB value is (105,23,48). Sum of RGB (Red+Green+Blue) = 105+23+48=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #691730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691730 is #96E8CF. Grayscale: #323232. Windows color (decimal): -9890000 or 3151721. OLE color: 3151721.

HSL color Cylindrical-coordinate representation of color #691730: hue angle of 341.71º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #691730 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 23 48 -
CMYK 0 0.78 0.54 0.59
HSL 341.71º 0.64% 0.25% -
HSV(B) 341.71º 0.78% 0.41% -
XYZ 6.67 3.83 3.18 -
YUV 50.37 126.67 166.97 -
System Red Green Blue C M Y K H S L
Decimal 105 23 48 0 0.78 0.54 0.59 341.71 0.64 0.25
Hex 69 17 30 0 4E 36 3B 156 40 19
Octal 151 27 60 0 116 66 73 526 100 31
Binary 1101001 10111 110000 0 1001110 110110 111011 101010110 1000000 11001

Color Harmonies of #691730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691730

Black with #691730

Text Example


Text Example

White with #691730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691730; }

 p { color: rgb(105,23,48); }

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

background-color css

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

 a { background-color: rgb(105,23,48); }

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

border-color css

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

 span { border-color: rgb(105,23,48); }

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