Html Css Color HEX #69172F Claret

📋 copy color: '#69172F'

red 105 ◦ green 23 ◦ blue 47

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

Shades of Claret #69172F

Tints of Claret #69172F

RGB

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

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

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

R = 60%
G = 13.14%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#69172F (or 0x69172F) is known color: Claret. HEX triplet: 69, 17 and 2F. RGB value is (105,23,47). Sum of RGB (Red+Green+Blue) = 105+23+47=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #69172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69172F is #96E8D0. Grayscale: #323232. Windows color (decimal): -9890001 or 3086185. OLE color: 3086185.

HSL color Cylindrical-coordinate representation of color #69172F: hue angle of 342.44º 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 #69172F is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 23 47 -
CMYK 0 0.78 0.55 0.59
HSL 342.44º 0.64% 0.25% -
HSV(B) 342.44º 0.78% 0.41% -
XYZ 6.65 3.82 3.08 -
YUV 50.25 126.17 167.05 -
System Red Green Blue C M Y K H S L
Decimal 105 23 47 0 0.78 0.55 0.59 342.44 0.64 0.25
Hex 69 17 2F 0 4E 37 3B 156 40 19
Octal 151 27 57 0 116 67 73 526 100 31
Binary 1101001 10111 101111 0 1001110 110111 111011 101010110 1000000 11001

Color Harmonies of #69172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69172F

Black with #69172F

Text Example


Text Example

White with #69172F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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