Html Css Color HEX #61061A Pohutukawa

📋 copy color: '#61061A'

red 97 ◦ green 6 ◦ blue 26

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

Shades of Pohutukawa #61061A

Tints of Pohutukawa #61061A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.16%

R = 75.19%
G = 4.65%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#61061A (or 0x61061A) is known color: Pohutukawa. HEX triplet: 61, 06 and 1A. RGB value is (97,6,26). Sum of RGB (Red+Green+Blue) = 97+6+26=129 (17% of max value = 765). Red value is 97 (38.28% from 255 or 75.19% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 97 - color contains mainly: red. Hex color #61061A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61061A is #9EF9E5. Grayscale: #232323. Windows color (decimal): -10418662 or 1705569. OLE color: 1705569.

HSL color Cylindrical-coordinate representation of color #61061A: hue angle of 346.81º 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 #61061A is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 6 26 -
CMYK 0 0.94 0.73 0.62
HSL 346.81º 0.88% 0.2% -
HSV(B) 346.81º 0.94% 0.38% -
XYZ 5.18 2.75 1.23 -
YUV 35.49 122.65 171.87 -
System Red Green Blue C M Y K H S L
Decimal 97 6 26 0 0.94 0.73 0.62 346.81 0.88 0.2
Hex 61 6 1A 0 5E 49 3E 15B 58 14
Octal 141 6 32 0 136 111 76 533 130 24
Binary 1100001 110 11010 0 1011110 1001001 111110 101011011 1011000 10100

Color Harmonies of #61061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61061A

Black with #61061A

Text Example


Text Example

White with #61061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61061A; }

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

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

background-color css

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

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

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

border-color css

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

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

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