Html Css Color HEX #691729 Pohutukawa

📋 copy color: '#691729'

red 105 ◦ green 23 ◦ blue 41

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

Shades of Pohutukawa #691729

Tints of Pohutukawa #691729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 24.26%

R = 62.13%
G = 13.61%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#691729 (or 0x691729) is known color: Pohutukawa. HEX triplet: 69, 17 and 29. RGB value is (105,23,41). Sum of RGB (Red+Green+Blue) = 105+23+41=169 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.13% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 105 - color contains mainly: red. Hex color #691729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691729 is #96E8D6. Grayscale: #313131. Windows color (decimal): -9890007 or 2692969. OLE color: 2692969.

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

Color convert

RGB 105 23 41 -
CMYK 0 0.78 0.61 0.59
HSL 346.83º 0.64% 0.25% -
HSV(B) 346.83º 0.78% 0.41% -
XYZ 6.53 3.78 2.48 -
YUV 49.57 123.17 167.54 -
System Red Green Blue C M Y K H S L
Decimal 105 23 41 0 0.78 0.61 0.59 346.83 0.64 0.25
Hex 69 17 29 0 4E 3D 3B 15B 40 19
Octal 151 27 51 0 116 75 73 533 100 31
Binary 1101001 10111 101001 0 1001110 111101 111011 101011011 1000000 11001

Color Harmonies of #691729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691729

Black with #691729

Text Example


Text Example

White with #691729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691729; }

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

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

background-color css

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

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

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

border-color css

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

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

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