Html Css Color HEX #610625 Pohutukawa

📋 copy color: '#610625'

red 97 ◦ green 6 ◦ blue 37

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

Shades of Pohutukawa #610625

Tints of Pohutukawa #610625

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.29%

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

R = 69.29%
G = 4.29%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#610625 (or 0x610625) is known color: Pohutukawa. HEX triplet: 61, 06 and 25. RGB value is (97,6,37). Sum of RGB (Red+Green+Blue) = 97+6+37=140 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.29% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 97 - color contains mainly: red. Hex color #610625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610625 is #9EF9DA. Grayscale: #242424. Windows color (decimal): -10418651 or 2426465. OLE color: 2426465.

HSL color Cylindrical-coordinate representation of color #610625: hue angle of 339.56º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610625 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 6 37 -
CMYK 0 0.94 0.62 0.62
HSL 339.56º 0.88% 0.2% -
HSV(B) 339.56º 0.94% 0.38% -
XYZ 5.33 2.81 2.01 -
YUV 36.74 128.15 170.98 -
System Red Green Blue C M Y K H S L
Decimal 97 6 37 0 0.94 0.62 0.62 339.56 0.88 0.2
Hex 61 6 25 0 5E 3E 3E 154 58 14
Octal 141 6 45 0 136 76 76 524 130 24
Binary 1100001 110 100101 0 1011110 111110 111110 101010100 1011000 10100

Color Harmonies of #610625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610625

Black with #610625

Text Example


Text Example

White with #610625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610625; }

 p { color: rgb(97,6,37); }

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

background-color css

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

 a { background-color: rgb(97,6,37); }

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

border-color css

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

 span { border-color: rgb(97,6,37); }

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