Html Css Color HEX #610004 Pohutukawa

📋 copy color: '#610004'

red 97 ◦ green 0 ◦ blue 4

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

Shades of Pohutukawa #610004

Tints of Pohutukawa #610004

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 4 (1.95% from 255) = 3.96%

R = 96.04%
G = 0%
B = 3.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#610004 (or 0x610004) is known color: Pohutukawa. HEX triplet: 61, 00 and 04. RGB value is (97,0,4). Sum of RGB (Red+Green+Blue) = 97+0+4=101 (13% of max value = 765). Red value is 97 (38.28% from 255 or 96.04% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 97 - color contains mainly: red. Hex color #610004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610004 is #9EFFFB. Grayscale: #1D1D1D. Windows color (decimal): -10420220 or 262241. OLE color: 262241.

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

Color convert

RGB 97 0 4 -
CMYK 0 1 0.96 0.62
HSL 357.53º 1% 0.19% -
HSV(B) 357.53º 1% 0.38% -
XYZ 4.95 2.55 0.35 -
YUV 29.46 113.64 176.17 -
System Red Green Blue C M Y K H S L
Decimal 97 0 4 0 1 0.96 0.62 357.53 1 0.19
Hex 61 0 4 0 64 60 3E 166 64 13
Octal 141 0 4 0 144 140 76 546 144 23
Binary 1100001 0 100 0 1100100 1100000 111110 101100110 1100100 10011

Color Harmonies of #610004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610004

Black with #610004

Text Example


Text Example

White with #610004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610004; }

 p { color: rgb(97,0,4); }

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

background-color css

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

 a { background-color: rgb(97,0,4); }

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

border-color css

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

 span { border-color: rgb(97,0,4); }

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