Html Css Color HEX #610C27 Pohutukawa

📋 copy color: '#610C27'

red 97 ◦ green 12 ◦ blue 39

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

Shades of Pohutukawa #610C27

Tints of Pohutukawa #610C27

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.11%

 BLUE value IS 39 (15.63% from 255) = 26.35%

R = 65.54%
G = 8.11%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#610C27 (or 0x610C27) is known color: Pohutukawa. HEX triplet: 61, 0C and 27. RGB value is (97,12,39). Sum of RGB (Red+Green+Blue) = 97+12+39=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #610C27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610C27 is #9EF3D8. Grayscale: #282828. Windows color (decimal): -10417113 or 2559073. OLE color: 2559073.

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

Color convert

RGB 97 12 39 -
CMYK 0 0.88 0.60 0.62
HSL 340.94º 0.78% 0.21% -
HSV(B) 340.94º 0.88% 0.38% -
XYZ 5.43 2.95 2.2 -
YUV 40.49 127.16 168.3 -
System Red Green Blue C M Y K H S L
Decimal 97 12 39 0 0.88 0.60 0.62 340.94 0.78 0.21
Hex 61 C 27 0 58 3C 3E 155 4E 15
Octal 141 14 47 0 130 74 76 525 116 25
Binary 1100001 1100 100111 0 1011000 111100 111110 101010101 1001110 10101

Color Harmonies of #610C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610C27

Black with #610C27

Text Example


Text Example

White with #610C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610C27; }

 p { color: rgb(97,12,39); }

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

background-color css

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

 a { background-color: rgb(97,12,39); }

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

border-color css

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

 span { border-color: rgb(97,12,39); }

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