Html Css Color HEX #610C1E Pohutukawa

📋 copy color: '#610C1E'

red 97 ◦ green 12 ◦ blue 30

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

Shades of Pohutukawa #610C1E

Tints of Pohutukawa #610C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.58%

R = 69.78%
G = 8.63%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#610C1E (or 0x610C1E) is known color: Pohutukawa. HEX triplet: 61, 0C and 1E. RGB value is (97,12,30). Sum of RGB (Red+Green+Blue) = 97+12+30=139 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.78% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 97 - color contains mainly: red. Hex color #610C1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610C1E is #9EF3E1. Grayscale: #272727. Windows color (decimal): -10417122 or 1969249. OLE color: 1969249.

HSL color Cylindrical-coordinate representation of color #610C1E: hue angle of 347.29º 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 #610C1E is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 12 30 -
CMYK 0 0.88 0.69 0.62
HSL 347.29º 0.78% 0.21% -
HSV(B) 347.29º 0.88% 0.38% -
XYZ 5.3 2.9 1.51 -
YUV 39.47 122.66 169.04 -
System Red Green Blue C M Y K H S L
Decimal 97 12 30 0 0.88 0.69 0.62 347.29 0.78 0.21
Hex 61 C 1E 0 58 45 3E 15B 4E 15
Octal 141 14 36 0 130 105 76 533 116 25
Binary 1100001 1100 11110 0 1011000 1000101 111110 101011011 1001110 10101

Color Harmonies of #610C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610C1E

Black with #610C1E

Text Example


Text Example

White with #610C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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