Html Css Color HEX #65101D Pohutukawa

📋 copy color: '#65101D'

red 101 ◦ green 16 ◦ blue 29

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

Shades of Pohutukawa #65101D

Tints of Pohutukawa #65101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.96%

 BLUE value IS 29 (11.72% from 255) = 19.86%

R = 69.18%
G = 10.96%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#65101D (or 0x65101D) is known color: Pohutukawa. HEX triplet: 65, 10 and 1D. RGB value is (101,16,29). Sum of RGB (Red+Green+Blue) = 101+16+29=146 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.18% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 101 - color contains mainly: red. Hex color #65101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65101D is #9AEFE2. Grayscale: #2A2A2A. Windows color (decimal): -10153955 or 1904741. OLE color: 1904741.

HSL color Cylindrical-coordinate representation of color #65101D: hue angle of 350.82º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #65101D is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 16 29 -
CMYK 0 0.84 0.71 0.60
HSL 350.82º 0.73% 0.23% -
HSV(B) 350.82º 0.84% 0.4% -
XYZ 5.77 3.23 1.48 -
YUV 42.9 120.16 169.44 -
System Red Green Blue C M Y K H S L
Decimal 101 16 29 0 0.84 0.71 0.60 350.82 0.73 0.23
Hex 65 10 1D 0 54 47 3C 15F 49 17
Octal 145 20 35 0 124 107 74 537 111 27
Binary 1100101 10000 11101 0 1010100 1000111 111100 101011111 1001001 10111

Color Harmonies of #65101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65101D

Black with #65101D

Text Example


Text Example

White with #65101D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,16,29); }

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

background-color css

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

 a { background-color: rgb(101,16,29); }

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

border-color css

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

 span { border-color: rgb(101,16,29); }

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