Html Css Color HEX #690719 Pohutukawa

📋 copy color: '#690719'

red 105 ◦ green 7 ◦ blue 25

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

Shades of Pohutukawa #690719

Tints of Pohutukawa #690719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.11%

 BLUE value IS 25 (10.16% from 255) = 18.25%

R = 76.64%
G = 5.11%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#690719 (or 0x690719) is known color: Pohutukawa. HEX triplet: 69, 07 and 19. RGB value is (105,7,25). Sum of RGB (Red+Green+Blue) = 105+7+25=137 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.64% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 105 - color contains mainly: red. Hex color #690719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690719 is #96F8E6. Grayscale: #262626. Windows color (decimal): -9894119 or 1640297. OLE color: 1640297.

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

Color convert

RGB 105 7 25 -
CMYK 0 0.93 0.76 0.59
HSL 348.98º 0.88% 0.22% -
HSV(B) 348.98º 0.93% 0.41% -
XYZ 6.08 3.23 1.22 -
YUV 38.35 120.47 175.54 -
System Red Green Blue C M Y K H S L
Decimal 105 7 25 0 0.93 0.76 0.59 348.98 0.88 0.22
Hex 69 7 19 0 5D 4C 3B 15D 58 16
Octal 151 7 31 0 135 114 73 535 130 26
Binary 1101001 111 11001 0 1011101 1001100 111011 101011101 1011000 10110

Color Harmonies of #690719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690719

Black with #690719

Text Example


Text Example

White with #690719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690719; }

 p { color: rgb(105,7,25); }

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

background-color css

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

 a { background-color: rgb(105,7,25); }

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

border-color css

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

 span { border-color: rgb(105,7,25); }

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