Html Css Color HEX #691029 Pohutukawa

📋 copy color: '#691029'

red 105 ◦ green 16 ◦ blue 41

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

Shades of Pohutukawa #691029

Tints of Pohutukawa #691029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.88%

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

R = 64.81%
G = 9.88%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#691029 (or 0x691029) is known color: Pohutukawa. HEX triplet: 69, 10 and 29. RGB value is (105,16,41). Sum of RGB (Red+Green+Blue) = 105+16+41=162 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.81% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 105 - color contains mainly: red. Hex color #691029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691029 is #96EFD6. Grayscale: #2D2D2D. Windows color (decimal): -9891799 or 2691177. OLE color: 2691177.

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

Color convert

RGB 105 16 41 -
CMYK 0 0.85 0.61 0.59
HSL 343.15º 0.74% 0.24% -
HSV(B) 343.15º 0.85% 0.41% -
XYZ 6.41 3.53 2.44 -
YUV 45.46 125.49 170.47 -
System Red Green Blue C M Y K H S L
Decimal 105 16 41 0 0.85 0.61 0.59 343.15 0.74 0.24
Hex 69 10 29 0 55 3D 3B 157 4A 18
Octal 151 20 51 0 125 75 73 527 112 30
Binary 1101001 10000 101001 0 1010101 111101 111011 101010111 1001010 11000

Color Harmonies of #691029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691029

Black with #691029

Text Example


Text Example

White with #691029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691029; }

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

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

background-color css

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

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

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

border-color css

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

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

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