Html Css Color HEX #691429 Pohutukawa

📋 copy color: '#691429'

red 105 ◦ green 20 ◦ blue 41

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

Shades of Pohutukawa #691429

Tints of Pohutukawa #691429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.05%

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

R = 63.25%
G = 12.05%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#691429 (or 0x691429) is known color: Pohutukawa. HEX triplet: 69, 14 and 29. RGB value is (105,20,41). Sum of RGB (Red+Green+Blue) = 105+20+41=166 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.25% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 105 - color contains mainly: red. Hex color #691429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691429 is #96EBD6. Grayscale: #2F2F2F. Windows color (decimal): -9890775 or 2692201. OLE color: 2692201.

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

Color convert

RGB 105 20 41 -
CMYK 0 0.81 0.61 0.59
HSL 345.18º 0.68% 0.25% -
HSV(B) 345.18º 0.81% 0.41% -
XYZ 6.48 3.66 2.46 -
YUV 47.81 124.16 168.79 -
System Red Green Blue C M Y K H S L
Decimal 105 20 41 0 0.81 0.61 0.59 345.18 0.68 0.25
Hex 69 14 29 0 51 3D 3B 159 44 19
Octal 151 24 51 0 121 75 73 531 104 31
Binary 1101001 10100 101001 0 1010001 111101 111011 101011001 1000100 11001

Color Harmonies of #691429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691429

Black with #691429

Text Example


Text Example

White with #691429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691429; }

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

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

background-color css

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

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

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

border-color css

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

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

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