Html Css Color HEX #650924 Pohutukawa

📋 copy color: '#650924'

red 101 ◦ green 9 ◦ blue 36

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

Shades of Pohutukawa #650924

Tints of Pohutukawa #650924

RGB

 RED value IS 101 (39.84% from 255) = 69.18%

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

 BLUE value IS 36 (14.45% from 255) = 24.66%

R = 69.18%
G = 6.16%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#650924 (or 0x650924) is known color: Pohutukawa. HEX triplet: 65, 09 and 24. RGB value is (101,9,36). Sum of RGB (Red+Green+Blue) = 101+9+36=146 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.18% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 101 - color contains mainly: red. Hex color #650924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650924 is #9AF6DB. Grayscale: #272727. Windows color (decimal): -10155740 or 2361701. OLE color: 2361701.

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

Color convert

RGB 101 9 36 -
CMYK 0 0.91 0.64 0.60
HSL 342.39º 0.84% 0.22% -
HSV(B) 342.39º 0.91% 0.4% -
XYZ 5.78 3.09 1.96 -
YUV 39.59 125.98 171.8 -
System Red Green Blue C M Y K H S L
Decimal 101 9 36 0 0.91 0.64 0.60 342.39 0.84 0.22
Hex 65 9 24 0 5B 40 3C 156 54 16
Octal 145 11 44 0 133 100 74 526 124 26
Binary 1100101 1001 100100 0 1011011 1000000 111100 101010110 1010100 10110

Color Harmonies of #650924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650924

Black with #650924

Text Example


Text Example

White with #650924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650924; }

 p { color: rgb(101,9,36); }

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

background-color css

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

 a { background-color: rgb(101,9,36); }

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

border-color css

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

 span { border-color: rgb(101,9,36); }

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