Html Css Color HEX #69141B Pohutukawa

📋 copy color: '#69141B'

red 105 ◦ green 20 ◦ blue 27

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

Shades of Pohutukawa #69141B

Tints of Pohutukawa #69141B

RGB

 RED value IS 105 (41.41% from 255) = 69.08%

 GREEN value IS 20 (8.2% from 255) = 13.16%

 BLUE value IS 27 (10.94% from 255) = 17.76%

R = 69.08%
G = 13.16%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#69141B (or 0x69141B) is known color: Pohutukawa. HEX triplet: 69, 14 and 1B. RGB value is (105,20,27). Sum of RGB (Red+Green+Blue) = 105+20+27=152 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.08% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 105 - color contains mainly: red. Hex color #69141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69141B is #96EBE4. Grayscale: #2E2E2E. Windows color (decimal): -9890789 or 1774697. OLE color: 1774697.

HSL color Cylindrical-coordinate representation of color #69141B: hue angle of 355.06º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #69141B is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 20 27 -
CMYK 0 0.81 0.74 0.59
HSL 355.06º 0.68% 0.25% -
HSV(B) 355.06º 0.81% 0.41% -
XYZ 6.27 3.58 1.4 -
YUV 46.21 117.16 169.93 -
System Red Green Blue C M Y K H S L
Decimal 105 20 27 0 0.81 0.74 0.59 355.06 0.68 0.25
Hex 69 14 1B 0 51 4A 3B 163 44 19
Octal 151 24 33 0 121 112 73 543 104 31
Binary 1101001 10100 11011 0 1010001 1001010 111011 101100011 1000100 11001

Color Harmonies of #69141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69141B

Black with #69141B

Text Example


Text Example

White with #69141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69141B; }

 p { color: rgb(105,20,27); }

 H1.HeaderClassName
 {
   color: #69141B;
 }
 .AnyTagClassName
 {
   color: #69141B;
 }
</style>

background-color css

<style>
 a { background-color: #69141B; }

 a { background-color: rgb(105,20,27); }

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

border-color css

<style>
 span { border-color: #69141B; }

 span { border-color: rgb(105,20,27); }

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