Html Css Color HEX #65041A Pohutukawa

📋 copy color: '#65041A'

red 101 ◦ green 4 ◦ blue 26

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

Shades of Pohutukawa #65041A

Tints of Pohutukawa #65041A

RGB

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

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

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

R = 77.1%
G = 3.05%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#65041A (or 0x65041A) is known color: Pohutukawa. HEX triplet: 65, 04 and 1A. RGB value is (101,4,26). Sum of RGB (Red+Green+Blue) = 101+4+26=131 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.10% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 101 - color contains mainly: red. Hex color #65041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65041A is #9AFBE5. Grayscale: #232323. Windows color (decimal): -10157030 or 1705061. OLE color: 1705061.

HSL color Cylindrical-coordinate representation of color #65041A: hue angle of 346.39º 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 #65041A is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 4 26 -
CMYK 0 0.96 0.74 0.60
HSL 346.39º 0.92% 0.21% -
HSV(B) 346.39º 0.96% 0.4% -
XYZ 5.6 2.93 1.25 -
YUV 35.51 122.64 174.71 -
System Red Green Blue C M Y K H S L
Decimal 101 4 26 0 0.96 0.74 0.60 346.39 0.92 0.21
Hex 65 4 1A 0 60 4A 3C 15A 5C 15
Octal 145 4 32 0 140 112 74 532 134 25
Binary 1100101 100 11010 0 1100000 1001010 111100 101011010 1011100 10101

Color Harmonies of #65041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65041A

Black with #65041A

Text Example


Text Example

White with #65041A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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