Html Css Color HEX #65131A Pohutukawa

📋 copy color: '#65131A'

red 101 ◦ green 19 ◦ blue 26

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

Shades of Pohutukawa #65131A

Tints of Pohutukawa #65131A

RGB

 RED value IS 101 (39.84% from 255) = 69.18%

 GREEN value IS 19 (7.81% from 255) = 13.01%

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

R = 69.18%
G = 13.01%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#65131A (or 0x65131A) is known color: Pohutukawa. HEX triplet: 65, 13 and 1A. RGB value is (101,19,26). Sum of RGB (Red+Green+Blue) = 101+19+26=146 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.18% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 101 - color contains mainly: red. Hex color #65131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65131A is #9AECE5. Grayscale: #2C2C2C. Windows color (decimal): -10153190 or 1708901. OLE color: 1708901.

HSL color Cylindrical-coordinate representation of color #65131A: hue angle of 354.88º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #65131A is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 19 26 -
CMYK 0 0.81 0.74 0.60
HSL 354.88º 0.68% 0.24% -
HSV(B) 354.88º 0.81% 0.4% -
XYZ 5.79 3.31 1.31 -
YUV 44.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 101 19 26 0 0.81 0.74 0.60 354.88 0.68 0.24
Hex 65 13 1A 0 51 4A 3C 163 44 18
Octal 145 23 32 0 121 112 74 543 104 30
Binary 1100101 10011 11010 0 1010001 1001010 111100 101100011 1000100 11000

Color Harmonies of #65131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65131A

Black with #65131A

Text Example


Text Example

White with #65131A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,19,26); }

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

background-color css

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

 a { background-color: rgb(101,19,26); }

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

border-color css

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

 span { border-color: rgb(101,19,26); }

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