Html Css Color HEX #691426 Pohutukawa

📋 copy color: '#691426'

red 105 ◦ green 20 ◦ blue 38

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

Shades of Pohutukawa #691426

Tints of Pohutukawa #691426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.31%

R = 64.42%
G = 12.27%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#691426 (or 0x691426) is known color: Pohutukawa. HEX triplet: 69, 14 and 26. RGB value is (105,20,38). Sum of RGB (Red+Green+Blue) = 105+20+38=163 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.42% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 105 - color contains mainly: red. Hex color #691426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691426 is #96EBD9. Grayscale: #2F2F2F. Windows color (decimal): -9890778 or 2495593. OLE color: 2495593.

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

Color convert

RGB 105 20 38 -
CMYK 0 0.81 0.64 0.59
HSL 347.29º 0.68% 0.25% -
HSV(B) 347.29º 0.81% 0.41% -
XYZ 6.43 3.64 2.2 -
YUV 47.47 122.66 169.04 -
System Red Green Blue C M Y K H S L
Decimal 105 20 38 0 0.81 0.64 0.59 347.29 0.68 0.25
Hex 69 14 26 0 51 40 3B 15B 44 19
Octal 151 24 46 0 121 100 73 533 104 31
Binary 1101001 10100 100110 0 1010001 1000000 111011 101011011 1000100 11001

Color Harmonies of #691426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691426

Black with #691426

Text Example


Text Example

White with #691426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691426; }

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

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

background-color css

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

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

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

border-color css

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

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

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