Html Css Color HEX #65040D Pohutukawa

📋 copy color: '#65040D'

red 101 ◦ green 4 ◦ blue 13

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

Shades of Pohutukawa #65040D

Tints of Pohutukawa #65040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.39%

 BLUE value IS 13 (5.47% from 255) = 11.02%

R = 85.59%
G = 3.39%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.60

RGB Variations

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

Color information

#65040D (or 0x65040D) is known color: Pohutukawa. HEX triplet: 65, 04 and 0D. RGB value is (101,4,13). Sum of RGB (Red+Green+Blue) = 101+4+13=118 (15% of max value = 765). Red value is 101 (39.84% from 255 or 85.59% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 101 - color contains mainly: red. Hex color #65040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65040D is #9AFBF2. Grayscale: #222222. Windows color (decimal): -10157043 or 853093. OLE color: 853093.

HSL color Cylindrical-coordinate representation of color #65040D: hue angle of 354.43º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #65040D is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 4 13 -
CMYK 0 0.96 0.87 0.60
HSL 354.43º 0.92% 0.21% -
HSV(B) 354.43º 0.96% 0.4% -
XYZ 5.48 2.88 0.65 -
YUV 34.03 116.14 175.77 -
System Red Green Blue C M Y K H S L
Decimal 101 4 13 0 0.96 0.87 0.60 354.43 0.92 0.21
Hex 65 4 D 0 60 57 3C 162 5C 15
Octal 145 4 15 0 140 127 74 542 134 25
Binary 1100101 100 1101 0 1100000 1010111 111100 101100010 1011100 10101

Color Harmonies of #65040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65040D

Black with #65040D

Text Example


Text Example

White with #65040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65040D; }

 p { color: rgb(101,4,13); }

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

background-color css

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

 a { background-color: rgb(101,4,13); }

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

border-color css

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

 span { border-color: rgb(101,4,13); }

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