Html Css Color HEX #691A29 Pohutukawa

📋 copy color: '#691A29'

red 105 ◦ green 26 ◦ blue 41

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

Shades of Pohutukawa #691A29

Tints of Pohutukawa #691A29

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.12%

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

R = 61.05%
G = 15.12%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#691A29 (or 0x691A29) is known color: Pohutukawa. HEX triplet: 69, 1A and 29. RGB value is (105,26,41). Sum of RGB (Red+Green+Blue) = 105+26+41=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #691A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691A29 is #96E5D6. Grayscale: #333333. Windows color (decimal): -9889239 or 2693737. OLE color: 2693737.

HSL color Cylindrical-coordinate representation of color #691A29: hue angle of 348.61º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #691A29 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 26 41 -
CMYK 0 0.75 0.61 0.59
HSL 348.61º 0.6% 0.26% -
HSV(B) 348.61º 0.75% 0.41% -
XYZ 6.6 3.9 2.5 -
YUV 51.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 105 26 41 0 0.75 0.61 0.59 348.61 0.6 0.26
Hex 69 1A 29 0 4B 3D 3B 15D 3C 1A
Octal 151 32 51 0 113 75 73 535 74 32
Binary 1101001 11010 101001 0 1001011 111101 111011 101011101 111100 11010

Color Harmonies of #691A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691A29

Black with #691A29

Text Example


Text Example

White with #691A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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