Html Css Color HEX #690914 Pohutukawa

📋 copy color: '#690914'

red 105 ◦ green 9 ◦ blue 20

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

Shades of Pohutukawa #690914

Tints of Pohutukawa #690914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.72%

 BLUE value IS 20 (8.2% from 255) = 14.93%

R = 78.36%
G = 6.72%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#690914 (or 0x690914) is known color: Pohutukawa. HEX triplet: 69, 09 and 14. RGB value is (105,9,20). Sum of RGB (Red+Green+Blue) = 105+9+20=134 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.36% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 105 - color contains mainly: red. Hex color #690914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690914 is #96F6EB. Grayscale: #272727. Windows color (decimal): -9893612 or 1313129. OLE color: 1313129.

HSL color Cylindrical-coordinate representation of color #690914: hue angle of 353.12º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #690914 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 9 20 -
CMYK 0 0.91 0.81 0.59
HSL 353.13º 0.84% 0.22% -
HSV(B) 353.13º 0.91% 0.41% -
XYZ 6.05 3.25 0.97 -
YUV 38.96 117.3 175.11 -
System Red Green Blue C M Y K H S L
Decimal 105 9 20 0 0.91 0.81 0.59 353.13 0.84 0.22
Hex 69 9 14 0 5B 51 3B 161 54 16
Octal 151 11 24 0 133 121 73 541 124 26
Binary 1101001 1001 10100 0 1011011 1010001 111011 101100001 1010100 10110

Color Harmonies of #690914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690914

Black with #690914

Text Example


Text Example

White with #690914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690914; }

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

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

background-color css

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

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

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

border-color css

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

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

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