Html Css Color HEX #690925 Pohutukawa

📋 copy color: '#690925'

red 105 ◦ green 9 ◦ blue 37

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

Shades of Pohutukawa #690925

Tints of Pohutukawa #690925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 24.5%

R = 69.54%
G = 5.96%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#690925 (or 0x690925) is known color: Pohutukawa. HEX triplet: 69, 09 and 25. RGB value is (105,9,37). Sum of RGB (Red+Green+Blue) = 105+9+37=151 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.54% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 105 - color contains mainly: red. Hex color #690925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690925 is #96F6DA. Grayscale: #282828. Windows color (decimal): -9893595 or 2427241. OLE color: 2427241.

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

Color convert

RGB 105 9 37 -
CMYK 0 0.91 0.65 0.59
HSL 342.5º 0.84% 0.22% -
HSV(B) 342.5º 0.91% 0.41% -
XYZ 6.26 3.33 2.06 -
YUV 40.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 105 9 37 0 0.91 0.65 0.59 342.5 0.84 0.22
Hex 69 9 25 0 5B 41 3B 156 54 16
Octal 151 11 45 0 133 101 73 526 124 26
Binary 1101001 1001 100101 0 1011011 1000001 111011 101010110 1010100 10110

Color Harmonies of #690925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690925

Black with #690925

Text Example


Text Example

White with #690925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690925; }

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

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

background-color css

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

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

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

border-color css

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

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

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