Html Css Color HEX #691A27 Pohutukawa

📋 copy color: '#691A27'

red 105 ◦ green 26 ◦ blue 39

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

Shades of Pohutukawa #691A27

Tints of Pohutukawa #691A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.94%

R = 61.76%
G = 15.29%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#691A27 (or 0x691A27) is known color: Pohutukawa. HEX triplet: 69, 1A and 27. RGB value is (105,26,39). Sum of RGB (Red+Green+Blue) = 105+26+39=170 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.76% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 105 - color contains mainly: red. Hex color #691A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691A27 is #96E5D8. Grayscale: #333333. Windows color (decimal): -9889241 or 2562665. OLE color: 2562665.

HSL color Cylindrical-coordinate representation of color #691A27: hue angle of 350.13º 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 #691A27 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 26 39 -
CMYK 0 0.75 0.63 0.59
HSL 350.13º 0.6% 0.26% -
HSV(B) 350.13º 0.75% 0.41% -
XYZ 6.56 3.89 2.32 -
YUV 51.1 121.17 166.44 -
System Red Green Blue C M Y K H S L
Decimal 105 26 39 0 0.75 0.63 0.59 350.13 0.6 0.26
Hex 69 1A 27 0 4B 3F 3B 15E 3C 1A
Octal 151 32 47 0 113 77 73 536 74 32
Binary 1101001 11010 100111 0 1001011 111111 111011 101011110 111100 11010

Color Harmonies of #691A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691A27

Black with #691A27

Text Example


Text Example

White with #691A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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