Html Css Color HEX #61181A Pohutukawa

📋 copy color: '#61181A'

red 97 ◦ green 24 ◦ blue 26

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

Shades of Pohutukawa #61181A

Tints of Pohutukawa #61181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.33%

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

R = 65.99%
G = 16.33%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#61181A (or 0x61181A) is known color: Pohutukawa. HEX triplet: 61, 18 and 1A. RGB value is (97,24,26). Sum of RGB (Red+Green+Blue) = 97+24+26=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #61181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61181A is #9EE7E5. Grayscale: #2E2E2E. Windows color (decimal): -10414054 or 1710177. OLE color: 1710177.

HSL color Cylindrical-coordinate representation of color #61181A: hue angle of 358.36º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61181A is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 24 26 -
CMYK 0 0.75 0.73 0.62
HSL 358.36º 0.6% 0.24% -
HSV(B) 358.36º 0.75% 0.38% -
XYZ 5.44 3.27 1.32 -
YUV 46.06 116.68 164.34 -
System Red Green Blue C M Y K H S L
Decimal 97 24 26 0 0.75 0.73 0.62 358.36 0.6 0.24
Hex 61 18 1A 0 4B 49 3E 166 3C 18
Octal 141 30 32 0 113 111 76 546 74 30
Binary 1100001 11000 11010 0 1001011 1001001 111110 101100110 111100 11000

Color Harmonies of #61181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61181A

Black with #61181A

Text Example


Text Example

White with #61181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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