Html Css Color HEX #691330 Claret

📋 copy color: '#691330'

red 105 ◦ green 19 ◦ blue 48

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

Shades of Claret #691330

Tints of Claret #691330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.05%

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

R = 61.05%
G = 11.05%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#691330 (or 0x691330) is known color: Claret. HEX triplet: 69, 13 and 30. RGB value is (105,19,48). Sum of RGB (Red+Green+Blue) = 105+19+48=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #691330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691330 is #96ECCF. Grayscale: #2F2F2F. Windows color (decimal): -9891024 or 3150697. OLE color: 3150697.

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

Color convert

RGB 105 19 48 -
CMYK 0 0.82 0.54 0.59
HSL 339.77º 0.69% 0.24% -
HSV(B) 339.77º 0.82% 0.41% -
XYZ 6.59 3.68 3.16 -
YUV 48.02 127.99 168.64 -
System Red Green Blue C M Y K H S L
Decimal 105 19 48 0 0.82 0.54 0.59 339.77 0.69 0.24
Hex 69 13 30 0 52 36 3B 154 45 18
Octal 151 23 60 0 122 66 73 524 105 30
Binary 1101001 10011 110000 0 1010010 110110 111011 101010100 1000101 11000

Color Harmonies of #691330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691330

Black with #691330

Text Example


Text Example

White with #691330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691330; }

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

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

background-color css

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

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

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

border-color css

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

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

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