Html Css Color HEX #691427 Pohutukawa

📋 copy color: '#691427'

red 105 ◦ green 20 ◦ blue 39

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

Shades of Pohutukawa #691427

Tints of Pohutukawa #691427

RGB

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

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

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

R = 64.02%
G = 12.2%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#691427 (or 0x691427) is known color: Pohutukawa. HEX triplet: 69, 14 and 27. RGB value is (105,20,39). Sum of RGB (Red+Green+Blue) = 105+20+39=164 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.02% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 105 - color contains mainly: red. Hex color #691427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691427 is #96EBD8. Grayscale: #2F2F2F. Windows color (decimal): -9890777 or 2561129. OLE color: 2561129.

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

Color convert

RGB 105 20 39 -
CMYK 0 0.81 0.63 0.59
HSL 346.59º 0.68% 0.25% -
HSV(B) 346.59º 0.81% 0.41% -
XYZ 6.44 3.65 2.28 -
YUV 47.58 123.16 168.96 -
System Red Green Blue C M Y K H S L
Decimal 105 20 39 0 0.81 0.63 0.59 346.59 0.68 0.25
Hex 69 14 27 0 51 3F 3B 15B 44 19
Octal 151 24 47 0 121 77 73 533 104 31
Binary 1101001 10100 100111 0 1010001 111111 111011 101011011 1000100 11001

Color Harmonies of #691427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691427

Black with #691427

Text Example


Text Example

White with #691427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691427; }

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

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

background-color css

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

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

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

border-color css

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

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

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