Html Css Color HEX #610924 Pohutukawa

📋 copy color: '#610924'

red 97 ◦ green 9 ◦ blue 36

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

Shades of Pohutukawa #610924

Tints of Pohutukawa #610924

RGB

 RED value IS 97 (38.28% from 255) = 68.31%

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

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

R = 68.31%
G = 6.34%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#610924 (or 0x610924) is known color: Pohutukawa. HEX triplet: 61, 09 and 24. RGB value is (97,9,36). Sum of RGB (Red+Green+Blue) = 97+9+36=142 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.31% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 97 - color contains mainly: red. Hex color #610924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610924 is #9EF6DB. Grayscale: #262626. Windows color (decimal): -10417884 or 2361697. OLE color: 2361697.

HSL color Cylindrical-coordinate representation of color #610924: hue angle of 341.59º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610924 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 9 36 -
CMYK 0 0.91 0.63 0.62
HSL 341.59º 0.83% 0.21% -
HSV(B) 341.59º 0.91% 0.38% -
XYZ 5.35 2.86 1.94 -
YUV 38.39 126.65 169.8 -
System Red Green Blue C M Y K H S L
Decimal 97 9 36 0 0.91 0.63 0.62 341.59 0.83 0.21
Hex 61 9 24 0 5B 3F 3E 156 53 15
Octal 141 11 44 0 133 77 76 526 123 25
Binary 1100001 1001 100100 0 1011011 111111 111110 101010110 1010011 10101

Color Harmonies of #610924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610924

Black with #610924

Text Example


Text Example

White with #610924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610924; }

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

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

background-color css

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

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

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

border-color css

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

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

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